Color Hex Logo

#eed0bf Color Hex

#EED0BF
(238,208,191)
0 Favorites   0 Comments

Color spaces of #eed0bf

RGB 238208191
HSL0.060.580.84
HSV22°20°93°
CMYK 0.000.130.20   0.07
XYZ67.219767.050558.6894
Yxy67.05050.34840.3475
Hunter Lab81.88443.234814.8238
CIE-Lab85.52947.847512.2849

#eed0bf color RGB value is (238,208,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 10111111
Octal 356 320 277
Decimal 238 208 191
Hex EE D0 BF

RGB Percentages of Color #eed0bf

%37.36
%32.65
%29.98

CMYK Percentages of Color #eed0bf

%0
%13
%20
%7

Triadic Colors of #eed0bf

#eed0bf #bfeed0 #d0bfee

Analogous Colors of #eed0bf

#eed0bf #eee8bf #eebfc6

Monochromatic Colors of #eed0bf

#eed0bf

Complementary Color

#eed0bf #bfddee

#eed0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed0bf Color CSS Codes

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

#eed0bf Text Font Color

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

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


#eed0bf Background Color

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

This div background color is #eed0bf


#eed0bf Border Color

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

This div border color is #eed0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed0bf


Comments

No comments written yet.

Please login to write comment.