Color Hex Logo

#ef0cab Color Hex

#EF0CAB
(239,12,171)
0 Favorites   0 Comments

Color spaces of #ef0cab

RGB 23912171
HSL0.880.900.49
HSV318°95°94°
CMYK 0.000.950.28   0.06
XYZ43.078821.553940.4179
Yxy21.55390.41010.2052
Hunter Lab46.426284.3841-19.1186
CIE-Lab53.550484.2848-23.8222

#ef0cab color RGB value is (239,12,171).

#ef0cab hex color red value is 239, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef0cab hue: 0.88 , saturation: 0.90 and the lightness value of ef0cab is 0.49.

The process color (four color CMYK) of #ef0cab color hex is 0.00, 0.95, 0.28, 0.06. Web safe color of #ef0cab is #ff0099. Color #ef0cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001100 10101011
Octal 357 14 253
Decimal 239 12 171
Hex EF C AB

RGB Percentages of Color #ef0cab

%56.64
%2.84
%40.52

CMYK Percentages of Color #ef0cab

%0
%95
%28
%6

Triadic Colors of #ef0cab

#ef0cab #abef0c #0cabef

Analogous Colors of #ef0cab

#ef0cab #ef0c3a #c20cef

Monochromatic Colors of #ef0cab

#ef0cab

Complementary Color

#ef0cab #0cef50

#ef0cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0cab Color CSS Codes

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

#ef0cab Text Font Color

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

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


#ef0cab Background Color

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

This div background color is #ef0cab


#ef0cab Border Color

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

This div border color is #ef0cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0cab


Comments

No comments written yet.

Please login to write comment.