Color Hex Logo

#eed4bb Color Hex

#EED4BB
(238,212,187)
0 Favorites   0 Comments

Color spaces of #eed4bb

RGB 238212187
HSL0.080.600.83
HSV29°21°93°
CMYK 0.000.110.21   0.07
XYZ67.773068.852056.7314
Yxy68.85200.35050.3561
Hunter Lab82.97710.583117.5474
CIE-Lab86.43075.181615.6694

#eed4bb color RGB value is (238,212,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10111011
Octal 356 324 273
Decimal 238 212 187
Hex EE D4 BB

RGB Percentages of Color #eed4bb

%37.36
%33.28
%29.36

CMYK Percentages of Color #eed4bb

%0
%11
%21
%7

Triadic Colors of #eed4bb

#eed4bb #bbeed4 #d4bbee

Analogous Colors of #eed4bb

#eed4bb #eeeebb #eebbbc

Monochromatic Colors of #eed4bb

#eed4bb

Complementary Color

#eed4bb #bbd5ee

#eed4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed4bb Color CSS Codes

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

#eed4bb Text Font Color

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

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


#eed4bb Background Color

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

This div background color is #eed4bb


#eed4bb Border Color

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

This div border color is #eed4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed4bb


Comments

No comments written yet.

Please login to write comment.