Color Hex Logo

#ef9dec Color Hex

#EF9DEC
(239,157,236)
0 Favorites   0 Comments

Color spaces of #ef9dec

RGB 239157236
HSL0.840.720.78
HSV302°34°94°
CMYK 0.000.340.01   0.06
XYZ62.793948.520885.4127
Yxy48.52080.31920.2466
Hunter Lab69.656939.0137-23.9411
CIE-Lab75.152242.5772-27.2933

#ef9dec color RGB value is (239,157,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 11101100
Octal 357 235 354
Decimal 239 157 236
Hex EF 9D EC

RGB Percentages of Color #ef9dec

%37.82
%24.84
%37.34

CMYK Percentages of Color #ef9dec

%0
%34
%1
%6

Triadic Colors of #ef9dec

#ef9dec #ecef9d #9decef

Analogous Colors of #ef9dec

#ef9dec #ef9dc3 #c99def

Monochromatic Colors of #ef9dec

#ef9dec

Complementary Color

#ef9dec #9defa0

#ef9dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9dec Color CSS Codes

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

#ef9dec Text Font Color

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

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


#ef9dec Background Color

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

This div background color is #ef9dec


#ef9dec Border Color

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

This div border color is #ef9dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9dec


Comments

No comments written yet.

Please login to write comment.