Color Hex Logo

#ef8edc Color Hex

#EF8EDC
(239,142,220)
0 Favorites   0 Comments

Color spaces of #ef8edc

RGB 239142220
HSL0.870.750.75
HSV312°41°94°
CMYK 0.000.410.08   0.06
XYZ58.187942.864072.9169
Yxy42.86400.33450.2464
Hunter Lab65.470644.0708-20.2039
CIE-Lab71.462647.5620-24.1815

#ef8edc color RGB value is (239,142,220).

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

The process color (four color CMYK) of #ef8edc color hex is 0.00, 0.41, 0.08, 0.06. Web safe color of #ef8edc is #ff99cc. Color #ef8edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001110 11011100
Octal 357 216 334
Decimal 239 142 220
Hex EF 8E DC

RGB Percentages of Color #ef8edc

%39.77
%23.63
%36.61

CMYK Percentages of Color #ef8edc

%0
%41
%8
%6

Triadic Colors of #ef8edc

#ef8edc #dcef8e #8edcef

Analogous Colors of #ef8edc

#ef8edc #ef8eac #d28eef

Monochromatic Colors of #ef8edc

#ef8edc

Complementary Color

#ef8edc #8eefa1

#ef8edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8edc Color CSS Codes

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

#ef8edc Text Font Color

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

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


#ef8edc Background Color

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

This div background color is #ef8edc


#ef8edc Border Color

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

This div border color is #ef8edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8edc


Comments

No comments written yet.

Please login to write comment.