Color Hex Logo

#ef9cdd Color Hex

#EF9CDD
(239,156,221)
0 Favorites   0 Comments

Color spaces of #ef9cdd

RGB 239156221
HSL0.870.720.77
HSV313°35°94°
CMYK 0.000.350.08   0.06
XYZ60.536247.348174.3551
Yxy47.34810.33220.2598
Hunter Lab68.810036.6196-15.9010
CIE-Lab74.411940.4855-20.2394

#ef9cdd color RGB value is (239,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011100 11011101
Octal 357 234 335
Decimal 239 156 221
Hex EF 9C DD

RGB Percentages of Color #ef9cdd

%38.80
%25.32
%35.88

CMYK Percentages of Color #ef9cdd

%0
%35
%8
%6

Triadic Colors of #ef9cdd

#ef9cdd #ddef9c #9cddef

Analogous Colors of #ef9cdd

#ef9cdd #ef9cb4 #d89cef

Monochromatic Colors of #ef9cdd

#ef9cdd

Complementary Color

#ef9cdd #9cefae

#ef9cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9cdd Color CSS Codes

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

#ef9cdd Text Font Color

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

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


#ef9cdd Background Color

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

This div background color is #ef9cdd


#ef9cdd Border Color

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

This div border color is #ef9cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9cdd


Comments

No comments written yet.

Please login to write comment.