Color Hex Logo

#eeb5ce Color Hex

#EEB5CE
(238,181,206)
0 Favorites   0 Comments

Color spaces of #eeb5ce

RGB 238181206
HSL0.930.630.82
HSV334°24°93°
CMYK 0.000.240.13   0.07
XYZ62.924355.681165.8236
Yxy55.68110.34120.3019
Hunter Lab74.619819.9383-0.0671
CIE-Lab79.432024.4313-4.5726

#eeb5ce color RGB value is (238,181,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 11001110
Octal 356 265 316
Decimal 238 181 206
Hex EE B5 CE

RGB Percentages of Color #eeb5ce

%38.08
%28.96
%32.96

CMYK Percentages of Color #eeb5ce

%0
%24
%13
%7

Triadic Colors of #eeb5ce

#eeb5ce #ceeeb5 #b5ceee

Analogous Colors of #eeb5ce

#eeb5ce #eeb9b5 #eeb5eb

Monochromatic Colors of #eeb5ce

#eeb5ce

Complementary Color

#eeb5ce #b5eed5

#eeb5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb5ce Color CSS Codes

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

#eeb5ce Text Font Color

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

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


#eeb5ce Background Color

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

This div background color is #eeb5ce


#eeb5ce Border Color

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

This div border color is #eeb5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb5ce


Comments

No comments written yet.

Please login to write comment.