Color Hex Logo

#eed8bf Color Hex

#EED8BF
(238,216,191)
0 Favorites   0 Comments

Color spaces of #eed8bf

RGB 238216191
HSL0.090.580.84
HSV32°20°93°
CMYK 0.000.090.20   0.07
XYZ69.219771.050559.3561
Yxy71.05050.34670.3559
Hunter Lab84.2915-0.926817.2534
CIE-Lab87.50953.687615.0849

#eed8bf color RGB value is (238,216,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 10111111
Octal 356 330 277
Decimal 238 216 191
Hex EE D8 BF

RGB Percentages of Color #eed8bf

%36.90
%33.49
%29.61

CMYK Percentages of Color #eed8bf

%0
%9
%20
%7

Triadic Colors of #eed8bf

#eed8bf #bfeed8 #d8bfee

Analogous Colors of #eed8bf

#eed8bf #edeebf #eec1bf

Monochromatic Colors of #eed8bf

#eed8bf

Complementary Color

#eed8bf #bfd5ee

#eed8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed8bf Color CSS Codes

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

#eed8bf Text Font Color

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

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


#eed8bf Background Color

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

This div background color is #eed8bf


#eed8bf Border Color

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

This div border color is #eed8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,216,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 #eed8bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed8bf


Comments

No comments written yet.

Please login to write comment.