Color Hex Logo

#ef0add Color Hex

#EF0ADD
(239,10,221)
0 Favorites   0 Comments

Color spaces of #ef0add

RGB 23910221
HSL0.850.920.49
HSV305°96°94°
CMYK 0.000.960.08   0.06
XYZ48.756323.788370.4285
Yxy23.78830.34100.1664
Hunter Lab48.773393.0848-51.4734
CIE-Lab55.875290.4456-49.0427

#ef0add color RGB value is (239,10,221).

#ef0add hex color red value is 239, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ef0add hue: 0.85 , saturation: 0.92 and the lightness value of ef0add is 0.49.

The process color (four color CMYK) of #ef0add color hex is 0.00, 0.96, 0.08, 0.06. Web safe color of #ef0add is #ff00cc. Color #ef0add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001010 11011101
Octal 357 12 335
Decimal 239 10 221
Hex EF A DD

RGB Percentages of Color #ef0add

%50.85
%2.13
%47.02

CMYK Percentages of Color #ef0add

%0
%96
%8
%6

Triadic Colors of #ef0add

#ef0add #ddef0a #0addef

Analogous Colors of #ef0add

#ef0add #ef0a6b #8f0aef

Monochromatic Colors of #ef0add

#ef0add

Complementary Color

#ef0add #0aef1c

#ef0add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0add Color CSS Codes

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

#ef0add Text Font Color

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

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


#ef0add Background Color

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

This div background color is #ef0add


#ef0add Border Color

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

This div border color is #ef0add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0add


Comments

No comments written yet.

Please login to write comment.