Color Hex Logo

#eebacb Color Hex

#EEBACB
(238,186,203)
0 Favorites   0 Comments

Color spaces of #eebacb

RGB 238186203
HSL0.950.600.83
HSV340°22°93°
CMYK 0.000.220.15   0.07
XYZ63.598357.606864.2671
Yxy57.60680.34290.3106
Hunter Lab75.899116.74732.9260
CIE-Lab80.519721.2933-1.3536

#eebacb color RGB value is (238,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11001011
Octal 356 272 313
Decimal 238 186 203
Hex EE BA CB

RGB Percentages of Color #eebacb

%37.96
%29.67
%32.38

CMYK Percentages of Color #eebacb

%0
%22
%15
%7

Triadic Colors of #eebacb

#eebacb #cbeeba #bacbee

Analogous Colors of #eebacb

#eebacb #eec3ba #eebae5

Monochromatic Colors of #eebacb

#eebacb

Complementary Color

#eebacb #baeedd

#eebacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebacb Color CSS Codes

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

#eebacb Text Font Color

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

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


#eebacb Background Color

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

This div background color is #eebacb


#eebacb Border Color

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

This div border color is #eebacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebacb


Comments

No comments written yet.

Please login to write comment.