Color Hex Logo

#eed5bf Color Hex

#EED5BF
(238,213,191)
1 Favorites   0 Comments

Color spaces of #eed5bf

RGB 238213191
HSL0.080.580.84
HSV28°20°93°
CMYK 0.000.110.20   0.07
XYZ68.458169.527259.1022
Yxy69.52720.34730.3528
Hunter Lab83.38300.629816.3431
CIE-Lab86.76455.243214.0336

#eed5bf color RGB value is (238,213,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10111111
Octal 356 325 277
Decimal 238 213 191
Hex EE D5 BF

RGB Percentages of Color #eed5bf

%37.07
%33.18
%29.75

CMYK Percentages of Color #eed5bf

%0
%11
%20
%7

Triadic Colors of #eed5bf

#eed5bf #bfeed5 #d5bfee

Analogous Colors of #eed5bf

#eed5bf #eeedbf #eebfc1

Monochromatic Colors of #eed5bf

#eed5bf

Complementary Color

#eed5bf #bfd8ee

#eed5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed5bf Color CSS Codes

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

#eed5bf Text Font Color

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

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


#eed5bf Background Color

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

This div background color is #eed5bf


#eed5bf Border Color

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

This div border color is #eed5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed5bf


Comments

No comments written yet.

Please login to write comment.