Color Hex Logo

#eedeb2 Color Hex

#EEDEB2
(238,222,178)
0 Favorites   0 Comments

Color spaces of #eedeb2

RGB 238222178
HSL0.120.640.82
HSV44°25°93°
CMYK 0.000.070.25   0.07
XYZ69.417173.634052.6736
Yxy73.63400.35470.3762
Hunter Lab85.8103-5.768523.6727
CIE-Lab88.7492-1.228723.5992

#eedeb2 color RGB value is (238,222,178).

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

The process color (four color CMYK) of #eedeb2 color hex is 0.00, 0.07, 0.25, 0.07. Web safe color of #eedeb2 is #ffcc99. Color #eedeb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10110010
Octal 356 336 262
Decimal 238 222 178
Hex EE DE B2

RGB Percentages of Color #eedeb2

%37.30
%34.80
%27.90

CMYK Percentages of Color #eedeb2

%0
%7
%25
%7

Triadic Colors of #eedeb2

#eedeb2 #b2eede #deb2ee

Analogous Colors of #eedeb2

#eedeb2 #e0eeb2 #eec0b2

Monochromatic Colors of #eedeb2

#eedeb2

Complementary Color

#eedeb2 #b2c2ee

#eedeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeb2 Color CSS Codes

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

#eedeb2 Text Font Color

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

This sample text font color is #eedeb2
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.


#eedeb2 Background Color

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

This div background color is #eedeb2


#eedeb2 Border Color

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

This div border color is #eedeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeb2


Comments

No comments written yet.

Please login to write comment.