Color Hex Logo

#ef9cec Color Hex

#EF9CEC
(239,156,236)
0 Favorites   0 Comments

Color spaces of #ef9cec

RGB 239156236
HSL0.840.720.77
HSV302°35°94°
CMYK 0.000.350.01   0.06
XYZ62.625448.183885.3566
Yxy48.18380.31920.2456
Hunter Lab69.414639.5662-24.3166
CIE-Lab74.940743.0991-27.6176

#ef9cec color RGB value is (239,156,236).

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

The process color (four color CMYK) of #ef9cec color hex is 0.00, 0.35, 0.01, 0.06. Web safe color of #ef9cec is #ff99ff. Color #ef9cec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011100 11101100
Octal 357 234 354
Decimal 239 156 236
Hex EF 9C EC

RGB Percentages of Color #ef9cec

%37.88
%24.72
%37.40

CMYK Percentages of Color #ef9cec

%0
%35
%1
%6

Triadic Colors of #ef9cec

#ef9cec #ecef9c #9cecef

Analogous Colors of #ef9cec

#ef9cec #ef9cc3 #c99cef

Monochromatic Colors of #ef9cec

#ef9cec

Complementary Color

#ef9cec #9cef9f

#ef9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9cec Color CSS Codes

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

#ef9cec Text Font Color

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

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


#ef9cec Background Color

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

This div background color is #ef9cec


#ef9cec Border Color

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

This div border color is #ef9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9cec


Comments

No comments written yet.

Please login to write comment.