Color Hex Logo

#eed2bb Color Hex

#EED2BB
(238,210,187)
0 Favorites   0 Comments

Color spaces of #eed2bb

RGB 238210187
HSL0.080.600.83
HSV27°21°93°
CMYK 0.000.120.21   0.07
XYZ67.276167.858256.5658
Yxy67.85820.35090.3540
Hunter Lab82.37611.621816.9502
CIE-Lab85.93556.221814.9724

#eed2bb color RGB value is (238,210,187).

#eed2bb hex color red value is 238, green value is 210 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eed2bb hue: 0.08 , saturation: 0.60 and the lightness value of eed2bb is 0.83.

The process color (four color CMYK) of #eed2bb color hex is 0.00, 0.12, 0.21, 0.07. Web safe color of #eed2bb is #ffcccc. Color #eed2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 10111011
Octal 356 322 273
Decimal 238 210 187
Hex EE D2 BB

RGB Percentages of Color #eed2bb

%37.48
%33.07
%29.45

CMYK Percentages of Color #eed2bb

%0
%12
%21
%7

Triadic Colors of #eed2bb

#eed2bb #bbeed2 #d2bbee

Analogous Colors of #eed2bb

#eed2bb #eeecbb #eebbbe

Monochromatic Colors of #eed2bb

#eed2bb

Complementary Color

#eed2bb #bbd7ee

#eed2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed2bb Color CSS Codes

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

#eed2bb Text Font Color

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

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


#eed2bb Background Color

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

This div background color is #eed2bb


#eed2bb Border Color

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

This div border color is #eed2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed2bb

#eed2bb Color Palettes


Comments

No comments written yet.

Please login to write comment.