Color Hex Logo

#ef9cdf Color Hex

#EF9CDF
(239,156,223)
0 Favorites   0 Comments

Color spaces of #ef9cdf

RGB 239156223
HSL0.870.720.77
HSV312°35°94°
CMYK 0.000.350.07   0.06
XYZ60.804447.455475.7671
Yxy47.45540.33040.2579
Hunter Lab68.887937.0006-16.9892
CIE-Lab74.480140.8257-21.2296

#ef9cdf color RGB value is (239,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011100 11011111
Octal 357 234 337
Decimal 239 156 223
Hex EF 9C DF

RGB Percentages of Color #ef9cdf

%38.67
%25.24
%36.08

CMYK Percentages of Color #ef9cdf

%0
%35
%7
%6

Triadic Colors of #ef9cdf

#ef9cdf #dfef9c #9cdfef

Analogous Colors of #ef9cdf

#ef9cdf #ef9cb6 #d69cef

Monochromatic Colors of #ef9cdf

#ef9cdf

Complementary Color

#ef9cdf #9cefac

#ef9cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9cdf Color CSS Codes

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

#ef9cdf Text Font Color

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

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


#ef9cdf Background Color

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

This div background color is #ef9cdf


#ef9cdf Border Color

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

This div border color is #ef9cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9cdf


Comments

No comments written yet.

Please login to write comment.