Color Hex Logo

#ef0ade Color Hex

#EF0ADE
(239,10,222)
0 Favorites   0 Comments

Color spaces of #ef0ade

RGB 23910222
HSL0.850.920.49
HSV304°96°94°
CMYK 0.000.960.07   0.06
XYZ48.890023.841771.1324
Yxy23.84170.33980.1657
Hunter Lab48.828093.2779-52.1939
CIE-Lab55.929090.5795-49.5244

#ef0ade color RGB value is (239,10,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001010 11011110
Octal 357 12 336
Decimal 239 10 222
Hex EF A DE

RGB Percentages of Color #ef0ade

%50.74
%2.12
%47.13

CMYK Percentages of Color #ef0ade

%0
%96
%7
%6

Triadic Colors of #ef0ade

#ef0ade #deef0a #0adeef

Analogous Colors of #ef0ade

#ef0ade #ef0a6c #8e0aef

Monochromatic Colors of #ef0ade

#ef0ade

Complementary Color

#ef0ade #0aef1b

#ef0ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0ade Color CSS Codes

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

#ef0ade Text Font Color

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

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


#ef0ade Background Color

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

This div background color is #ef0ade


#ef0ade Border Color

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

This div border color is #ef0ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0ade


Comments

No comments written yet.

Please login to write comment.