Color Hex Logo

#ee8cba Color Hex

#EE8CBA
(238,140,186)
0 Favorites   0 Comments

Color spaces of #ee8cba

RGB 238140186
HSL0.920.740.74
HSV332°41°93°
CMYK 0.000.410.22   0.07
XYZ53.500940.478551.4477
Yxy40.47850.36790.2783
Hunter Lab63.622738.7625-3.4082
CIE-Lab69.809042.9697-7.8288

#ee8cba color RGB value is (238,140,186).

#ee8cba hex color red value is 238, green value is 140 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ee8cba hue: 0.92 , saturation: 0.74 and the lightness value of ee8cba is 0.74.

The process color (four color CMYK) of #ee8cba color hex is 0.00, 0.41, 0.22, 0.07. Web safe color of #ee8cba is #ff99cc. Color #ee8cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001100 10111010
Octal 356 214 272
Decimal 238 140 186
Hex EE 8C BA

RGB Percentages of Color #ee8cba

%42.20
%24.82
%32.98

CMYK Percentages of Color #ee8cba

%0
%41
%22
%7

Triadic Colors of #ee8cba

#ee8cba #baee8c #8cbaee

Analogous Colors of #ee8cba

#ee8cba #ee8f8c #ee8ceb

Monochromatic Colors of #ee8cba

#ee8cba

Complementary Color

#ee8cba #8ceec0

#ee8cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8cba Color CSS Codes

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

#ee8cba Text Font Color

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

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


#ee8cba Background Color

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

This div background color is #ee8cba


#ee8cba Border Color

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

This div border color is #ee8cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8cba


Comments

No comments written yet.

Please login to write comment.