Color Hex Logo

#eedaba Color Hex

#EEDABA
(238,218,186)
0 Favorites   0 Comments

Color spaces of #eedaba

RGB 238218186
HSL0.100.600.83
HSV37°22°93°
CMYK 0.000.080.22   0.07
XYZ69.194271.865156.6788
Yxy71.86510.34990.3634
Hunter Lab84.7733-2.656819.7004
CIE-Lab87.90361.933718.2587

#eedaba color RGB value is (238,218,186).

#eedaba hex color red value is 238, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eedaba hue: 0.10 , saturation: 0.60 and the lightness value of eedaba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10111010
Octal 356 332 272
Decimal 238 218 186
Hex EE DA BA

RGB Percentages of Color #eedaba

%37.07
%33.96
%28.97

CMYK Percentages of Color #eedaba

%0
%8
%22
%7

Triadic Colors of #eedaba

#eedaba #baeeda #dabaee

Analogous Colors of #eedaba

#eedaba #e8eeba #eec0ba

Monochromatic Colors of #eedaba

#eedaba

Complementary Color

#eedaba #baceee

#eedaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaba Color CSS Codes

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

#eedaba Text Font Color

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

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


#eedaba Background Color

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

This div background color is #eedaba


#eedaba Border Color

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

This div border color is #eedaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaba


Comments

No comments written yet.

Please login to write comment.