Color Hex Logo

#eedabf Color Hex

#EEDABF
(238,218,191)
0 Favorites   0 Comments

Color spaces of #eedabf

RGB 238218191
HSL0.100.580.84
HSV34°20°93°
CMYK 0.000.080.20   0.07
XYZ69.735372.081559.5279
Yxy72.08150.34630.3580
Hunter Lab84.9008-1.961217.8596
CIE-Lab88.00782.654015.7865

#eedabf color RGB value is (238,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10111111
Octal 356 332 277
Decimal 238 218 191
Hex EE DA BF

RGB Percentages of Color #eedabf

%36.79
%33.69
%29.52

CMYK Percentages of Color #eedabf

%0
%8
%20
%7

Triadic Colors of #eedabf

#eedabf #bfeeda #dabfee

Analogous Colors of #eedabf

#eedabf #ebeebf #eec3bf

Monochromatic Colors of #eedabf

#eedabf

Complementary Color

#eedabf #bfd3ee

#eedabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedabf Color CSS Codes

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

#eedabf Text Font Color

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

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


#eedabf Background Color

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

This div background color is #eedabf


#eedabf Border Color

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

This div border color is #eedabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedabf


Comments

No comments written yet.

Please login to write comment.