Color Hex Logo

#ef9ddc Color Hex

#EF9DDC
(239,157,220)
0 Favorites   0 Comments

Color spaces of #ef9ddc

RGB 239157220
HSL0.870.720.78
HSV314°34°94°
CMYK 0.000.340.08   0.06
XYZ60.571847.632073.7116
Yxy47.63200.33300.2618
Hunter Lab69.015935.8825-15.0128
CIE-Lab74.592239.7925-19.4189

#ef9ddc color RGB value is (239,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 11011100
Octal 357 235 334
Decimal 239 157 220
Hex EF 9D DC

RGB Percentages of Color #ef9ddc

%38.80
%25.49
%35.71

CMYK Percentages of Color #ef9ddc

%0
%34
%8
%6

Triadic Colors of #ef9ddc

#ef9ddc #dcef9d #9ddcef

Analogous Colors of #ef9ddc

#ef9ddc #ef9db3 #d99def

Monochromatic Colors of #ef9ddc

#ef9ddc

Complementary Color

#ef9ddc #9defb0

#ef9ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9ddc Color CSS Codes

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

#ef9ddc Text Font Color

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

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


#ef9ddc Background Color

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

This div background color is #ef9ddc


#ef9ddc Border Color

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

This div border color is #ef9ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9ddc


Comments

No comments written yet.

Please login to write comment.