Color Hex Logo

#eeb5cf Color Hex

#EEB5CF
(238,181,207)
0 Favorites   0 Comments

Color spaces of #eeb5cf

RGB 238181207
HSL0.920.630.82
HSV333°24°93°
CMYK 0.000.240.13   0.07
XYZ63.046355.729966.4655
Yxy55.72990.34030.3008
Hunter Lab74.652520.1069-0.5311
CIE-Lab79.459824.5926-5.0725

#eeb5cf color RGB value is (238,181,207).

#eeb5cf hex color red value is 238, green value is 181 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eeb5cf hue: 0.92 , saturation: 0.63 and the lightness value of eeb5cf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 11001111
Octal 356 265 317
Decimal 238 181 207
Hex EE B5 CF

RGB Percentages of Color #eeb5cf

%38.02
%28.91
%33.07

CMYK Percentages of Color #eeb5cf

%0
%24
%13
%7

Triadic Colors of #eeb5cf

#eeb5cf #cfeeb5 #b5cfee

Analogous Colors of #eeb5cf

#eeb5cf #eeb8b5 #eeb5ec

Monochromatic Colors of #eeb5cf

#eeb5cf

Complementary Color

#eeb5cf #b5eed4

#eeb5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb5cf Color CSS Codes

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

#eeb5cf Text Font Color

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

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


#eeb5cf Background Color

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

This div background color is #eeb5cf


#eeb5cf Border Color

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

This div border color is #eeb5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb5cf


Comments

No comments written yet.

Please login to write comment.