Color Hex Logo

#ef0daa Color Hex

#EF0DAA
(239,13,170)
0 Favorites   0 Comments

Color spaces of #ef0daa

RGB 23913170
HSL0.880.900.49
HSV318°95°94°
CMYK 0.000.950.29   0.06
XYZ42.996221.540839.9219
Yxy21.54080.41160.2062
Hunter Lab46.412184.1415-18.5106
CIE-Lab53.536484.0999-23.2561

#ef0daa color RGB value is (239,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001101 10101010
Octal 357 15 252
Decimal 239 13 170
Hex EF D AA

RGB Percentages of Color #ef0daa

%56.64
%3.08
%40.28

CMYK Percentages of Color #ef0daa

%0
%95
%29
%6

Triadic Colors of #ef0daa

#ef0daa #aaef0d #0daaef

Analogous Colors of #ef0daa

#ef0daa #ef0d39 #c30def

Monochromatic Colors of #ef0daa

#ef0daa

Complementary Color

#ef0daa #0def52

#ef0daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0daa Color CSS Codes

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

#ef0daa Text Font Color

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

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


#ef0daa Background Color

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

This div background color is #ef0daa


#ef0daa Border Color

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

This div border color is #ef0daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0daa


Comments

No comments written yet.

Please login to write comment.