Color Hex Logo

#ef0adc Color Hex

#EF0ADC
(239,10,220)
0 Favorites   0 Comments

Color spaces of #ef0adc

RGB 23910220
HSL0.850.920.49
HSV305°96°94°
CMYK 0.000.960.08   0.06
XYZ48.623423.735169.7287
Yxy23.73510.34220.1670
Hunter Lab48.718792.8932-50.7558
CIE-Lab55.821690.3127-48.5604

#ef0adc color RGB value is (239,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001010 11011100
Octal 357 12 334
Decimal 239 10 220
Hex EF A DC

RGB Percentages of Color #ef0adc

%50.96
%2.13
%46.91

CMYK Percentages of Color #ef0adc

%0
%96
%8
%6

Triadic Colors of #ef0adc

#ef0adc #dcef0a #0adcef

Analogous Colors of #ef0adc

#ef0adc #ef0a6a #900aef

Monochromatic Colors of #ef0adc

#ef0adc

Complementary Color

#ef0adc #0aef1d

#ef0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0adc Color CSS Codes

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

#ef0adc Text Font Color

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

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


#ef0adc Background Color

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

This div background color is #ef0adc


#ef0adc Border Color

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

This div border color is #ef0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0adc


Comments

No comments written yet.

Please login to write comment.