Color Hex Logo

#ef8edd Color Hex

#EF8EDD
(239,142,221)
0 Favorites   0 Comments

Color spaces of #ef8edd

RGB 239142221
HSL0.860.750.75
HSV311°41°94°
CMYK 0.000.410.08   0.06
XYZ58.320742.917273.6166
Yxy42.91720.33350.2454
Hunter Lab65.511244.2632-20.7678
CIE-Lab71.498747.7288-24.6771

#ef8edd color RGB value is (239,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001110 11011101
Octal 357 216 335
Decimal 239 142 221
Hex EF 8E DD

RGB Percentages of Color #ef8edd

%39.70
%23.59
%36.71

CMYK Percentages of Color #ef8edd

%0
%41
%8
%6

Triadic Colors of #ef8edd

#ef8edd #ddef8e #8eddef

Analogous Colors of #ef8edd

#ef8edd #ef8ead #d18eef

Monochromatic Colors of #ef8edd

#ef8edd

Complementary Color

#ef8edd #8eefa0

#ef8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8edd Color CSS Codes

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

#ef8edd Text Font Color

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

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


#ef8edd Background Color

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

This div background color is #ef8edd


#ef8edd Border Color

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

This div border color is #ef8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8edd


Comments

No comments written yet.

Please login to write comment.