Color Hex Logo

#eec0bb Color Hex

#EEC0BB
(238,192,187)
0 Favorites   0 Comments

Color spaces of #eec0bb

RGB 238192187
HSL0.020.600.83
HSV21°93°
CMYK 0.000.190.21   0.07
XYZ63.079259.464355.1668
Yxy59.46430.35500.3346
Hunter Lab77.113111.066711.5630
CIE-Lab81.546115.67588.7411

#eec0bb color RGB value is (238,192,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 10111011
Octal 356 300 273
Decimal 238 192 187
Hex EE C0 BB

RGB Percentages of Color #eec0bb

%38.57
%31.12
%30.31

CMYK Percentages of Color #eec0bb

%0
%19
%21
%7

Triadic Colors of #eec0bb

#eec0bb #bbeec0 #c0bbee

Analogous Colors of #eec0bb

#eec0bb #eedabb #eebbd0

Monochromatic Colors of #eec0bb

#eec0bb

Complementary Color

#eec0bb #bbe9ee

#eec0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec0bb Color CSS Codes

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

#eec0bb Text Font Color

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

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


#eec0bb Background Color

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

This div background color is #eec0bb


#eec0bb Border Color

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

This div border color is #eec0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec0bb


Comments

No comments written yet.

Please login to write comment.