Color Hex Logo

#eec4cb Color Hex

#EEC4CB
(238,196,203)
0 Favorites   0 Comments

Color spaces of #eec4cb

RGB 238196203
HSL0.970.550.85
HSV350°18°93°
CMYK 0.000.180.15   0.07
XYZ65.779361.968864.9941
Yxy61.96880.34130.3215
Hunter Lab78.720311.39566.1524
CIE-Lab82.896815.99002.1147

#eec4cb color RGB value is (238,196,203).

#eec4cb hex color red value is 238, green value is 196 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eec4cb hue: 0.97 , saturation: 0.55 and the lightness value of eec4cb is 0.85.

The process color (four color CMYK) of #eec4cb color hex is 0.00, 0.18, 0.15, 0.07. Web safe color of #eec4cb is #ffcccc. Color #eec4cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11001011
Octal 356 304 313
Decimal 238 196 203
Hex EE C4 CB

RGB Percentages of Color #eec4cb

%37.36
%30.77
%31.87

CMYK Percentages of Color #eec4cb

%0
%18
%15
%7

Triadic Colors of #eec4cb

#eec4cb #cbeec4 #c4cbee

Analogous Colors of #eec4cb

#eec4cb #eed2c4 #eec4e0

Monochromatic Colors of #eec4cb

#eec4cb

Complementary Color

#eec4cb #c4eee7

#eec4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4cb Color CSS Codes

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

#eec4cb Text Font Color

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

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


#eec4cb Background Color

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

This div background color is #eec4cb


#eec4cb Border Color

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

This div border color is #eec4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4cb


Comments

No comments written yet.

Please login to write comment.