Color Hex Logo

#eeb9cf Color Hex

#EEB9CF
(238,185,207)
0 Favorites   0 Comments

Color spaces of #eeb9cf

RGB 238185207
HSL0.930.610.83
HSV335°22°93°
CMYK 0.000.220.13   0.07
XYZ63.871357.380166.7406
Yxy57.38010.33980.3052
Hunter Lab75.749717.94740.7862
CIE-Lab80.392922.4646-3.6975

#eeb9cf color RGB value is (238,185,207).

#eeb9cf hex color red value is 238, green value is 185 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eeb9cf hue: 0.93 , saturation: 0.61 and the lightness value of eeb9cf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 11001111
Octal 356 271 317
Decimal 238 185 207
Hex EE B9 CF

RGB Percentages of Color #eeb9cf

%37.78
%29.37
%32.86

CMYK Percentages of Color #eeb9cf

%0
%22
%13
%7

Triadic Colors of #eeb9cf

#eeb9cf #cfeeb9 #b9cfee

Analogous Colors of #eeb9cf

#eeb9cf #eebeb9 #eeb9ea

Monochromatic Colors of #eeb9cf

#eeb9cf

Complementary Color

#eeb9cf #b9eed8

#eeb9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb9cf Color CSS Codes

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

#eeb9cf Text Font Color

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

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


#eeb9cf Background Color

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

This div background color is #eeb9cf


#eeb9cf Border Color

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

This div border color is #eeb9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb9cf


Comments

No comments written yet.

Please login to write comment.