Color Hex Logo

#eebccc Color Hex

#EEBCCC
(238,188,204)
0 Favorites   0 Comments

Color spaces of #eebccc

RGB 238188204
HSL0.950.600.84
HSV341°21°93°
CMYK 0.000.210.14   0.07
XYZ64.142258.503265.0383
Yxy58.50320.34180.3117
Hunter Lab76.487415.83693.1260
CIE-Lab81.017720.3896-1.1633

#eebccc color RGB value is (238,188,204).

#eebccc hex color red value is 238, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eebccc hue: 0.95 , saturation: 0.60 and the lightness value of eebccc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11001100
Octal 356 274 314
Decimal 238 188 204
Hex EE BC CC

RGB Percentages of Color #eebccc

%37.78
%29.84
%32.38

CMYK Percentages of Color #eebccc

%0
%21
%14
%7

Triadic Colors of #eebccc

#eebccc #cceebc #bcccee

Analogous Colors of #eebccc

#eebccc #eec5bc #eebce5

Monochromatic Colors of #eebccc

#eebccc

Complementary Color

#eebccc #bceede

#eebccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebccc Color CSS Codes

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

#eebccc Text Font Color

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

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


#eebccc Background Color

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

This div background color is #eebccc


#eebccc Border Color

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

This div border color is #eebccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebccc


Comments

No comments written yet.

Please login to write comment.