Color Hex Logo

#ee8edc Color Hex

#EE8EDC
(238,142,220)
0 Favorites   0 Comments

Color spaces of #ee8edc

RGB 238142220
HSL0.860.740.75
HSV311°40°93°
CMYK 0.000.400.08   0.07
XYZ57.851242.690572.9011
Yxy42.69050.33350.2461
Hunter Lab65.338043.7051-20.4165
CIE-Lab71.344447.2508-24.3726

#ee8edc color RGB value is (238,142,220).

#ee8edc hex color red value is 238, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ee8edc hue: 0.86 , saturation: 0.74 and the lightness value of ee8edc is 0.75.

The process color (four color CMYK) of #ee8edc color hex is 0.00, 0.40, 0.08, 0.07. Web safe color of #ee8edc is #ff99cc. Color #ee8edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001110 11011100
Octal 356 216 334
Decimal 238 142 220
Hex EE 8E DC

RGB Percentages of Color #ee8edc

%39.67
%23.67
%36.67

CMYK Percentages of Color #ee8edc

%0
%40
%8
%7

Triadic Colors of #ee8edc

#ee8edc #dcee8e #8edcee

Analogous Colors of #ee8edc

#ee8edc #ee8eac #d08eee

Monochromatic Colors of #ee8edc

#ee8edc

Complementary Color

#ee8edc #8eeea0

#ee8edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8edc Color CSS Codes

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

#ee8edc Text Font Color

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

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


#ee8edc Background Color

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

This div background color is #ee8edc


#ee8edc Border Color

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

This div border color is #ee8edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8edc


Comments

No comments written yet.

Please login to write comment.