Color Hex Logo

#eed3bf Color Hex

#EED3BF
(238,211,191)
1 Favorites   0 Comments

Color spaces of #eed3bf

RGB 238211191
HSL0.070.580.84
HSV26°20°93°
CMYK 0.000.110.20   0.07
XYZ67.958168.527358.9355
Yxy68.52730.34780.3507
Hunter Lab82.78121.670015.7358
CIE-Lab86.26946.283113.3336

#eed3bf color RGB value is (238,211,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 10111111
Octal 356 323 277
Decimal 238 211 191
Hex EE D3 BF

RGB Percentages of Color #eed3bf

%37.19
%32.97
%29.84

CMYK Percentages of Color #eed3bf

%0
%11
%20
%7

Triadic Colors of #eed3bf

#eed3bf #bfeed3 #d3bfee

Analogous Colors of #eed3bf

#eed3bf #eeebbf #eebfc3

Monochromatic Colors of #eed3bf

#eed3bf

Complementary Color

#eed3bf #bfdaee

#eed3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed3bf Color CSS Codes

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

#eed3bf Text Font Color

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

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


#eed3bf Background Color

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

This div background color is #eed3bf


#eed3bf Border Color

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

This div border color is #eed3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed3bf

#eed3bf Color Palettes


Comments

No comments written yet.

Please login to write comment.