Color Hex Logo

#eedeb5 Color Hex

#EEDEB5
(238,222,181)
0 Favorites   0 Comments

Color spaces of #eedeb5

RGB 238222181
HSL0.120.630.82
HSV43°24°93°
CMYK 0.000.070.24   0.07
XYZ69.721773.755954.2776
Yxy73.75590.35260.3730
Hunter Lab85.8813-5.379022.6452
CIE-Lab88.8070-0.820022.1211

#eedeb5 color RGB value is (238,222,181).

#eedeb5 hex color red value is 238, green value is 222 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eedeb5 hue: 0.12 , saturation: 0.63 and the lightness value of eedeb5 is 0.82.

The process color (four color CMYK) of #eedeb5 color hex is 0.00, 0.07, 0.24, 0.07. Web safe color of #eedeb5 is #ffcccc. Color #eedeb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10110101
Octal 356 336 265
Decimal 238 222 181
Hex EE DE B5

RGB Percentages of Color #eedeb5

%37.13
%34.63
%28.24

CMYK Percentages of Color #eedeb5

%0
%7
%24
%7

Triadic Colors of #eedeb5

#eedeb5 #b5eede #deb5ee

Analogous Colors of #eedeb5

#eedeb5 #e2eeb5 #eec2b5

Monochromatic Colors of #eedeb5

#eedeb5

Complementary Color

#eedeb5 #b5c5ee

#eedeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeb5 Color CSS Codes

.mybgcolor {background-color:#eedeb5; } 
.myforecolor {color:#eedeb5; }
.mybordercolor {border:3px solid #eedeb5; }

#eedeb5 Text Font Color

<p style="color:#eedeb5">Text here</p>

This sample text font color is #eedeb5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eedeb5 Background Color

<div style="background-color:#eedeb5">
Div content here</div>

This div background color is #eedeb5


#eedeb5 Border Color

<div style="border:3px solid #eedeb5">
Div here</div>

This div border color is #eedeb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,222,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eedeb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eedeb5;
  -webkit-box-shadow: 1px 1px 3px 2px #eedeb5;
  box-shadow:         1px 1px 3px 2px #eedeb5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,222,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eedeb5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eedeb5;
  -webkit-box-shadow: 1px 1px 3px 2px #eedeb5;
  box-shadow:         1px 1px 3px 2px #eedeb5;">
Div content here</div>

This div box has shadow with color #eedeb5


Comments

No comments written yet.

Please login to write comment.