Color Hex Logo

#ee8cac Color Hex

#EE8CAC
(238,140,172)
0 Favorites   0 Comments

Color spaces of #ee8cac

RGB 238140172
HSL0.950.740.74
HSV340°41°93°
CMYK 0.000.410.28   0.07
XYZ52.084439.911943.9883
Yxy39.91190.38300.2935
Hunter Lab63.175936.60392.9405
CIE-Lab69.406741.0274-0.5974

#ee8cac color RGB value is (238,140,172).

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

The process color (four color CMYK) of #ee8cac color hex is 0.00, 0.41, 0.28, 0.07. Web safe color of #ee8cac is #ff9999. Color #ee8cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001100 10101100
Octal 356 214 254
Decimal 238 140 172
Hex EE 8C AC

RGB Percentages of Color #ee8cac

%43.27
%25.45
%31.27

CMYK Percentages of Color #ee8cac

%0
%41
%28
%7

Triadic Colors of #ee8cac

#ee8cac #acee8c #8cacee

Analogous Colors of #ee8cac

#ee8cac #ee9d8c #ee8cdd

Monochromatic Colors of #ee8cac

#ee8cac

Complementary Color

#ee8cac #8ceece

#ee8cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8cac Color CSS Codes

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

#ee8cac Text Font Color

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

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


#ee8cac Background Color

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

This div background color is #ee8cac


#ee8cac Border Color

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

This div border color is #ee8cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8cac


Comments

No comments written yet.

Please login to write comment.