Color Hex Logo

#0aef20 Color Hex

#0AEF20
(10,239,32)
0 Favorites   0 Comments

Color spaces of #0aef20

RGB 1023932
HSL0.350.920.49
HSV126°96°94°
CMYK 0.960.000.87   0.06
XYZ31.252461.901811.6676
Yxy61.90180.29810.5905
Hunter Lab78.6777-66.782146.2819
CIE-Lab82.8612-81.020475.4546

#0aef20 color RGB value is (10,239,32).

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

The process color (four color CMYK) of #0aef20 color hex is 0.96, 0.00, 0.87, 0.06. Web safe color of #0aef20 is #00ff33. Color #0aef20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 00100000
Octal 12 357 40
Decimal 10 239 32
Hex A EF 20

RGB Percentages of Color #0aef20

%3.56
%85.05
%11.39

CMYK Percentages of Color #0aef20

%96
%0
%87
%6

Triadic Colors of #0aef20

#0aef20 #200aef #ef200a

Analogous Colors of #0aef20

#0aef20 #0aef93 #67ef0a

Monochromatic Colors of #0aef20

#0aef20

Complementary Color

#0aef20 #ef0ad9

#0aef20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aef20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aef20 Color CSS Codes

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

#0aef20 Text Font Color

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

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


#0aef20 Background Color

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

This div background color is #0aef20


#0aef20 Border Color

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

This div border color is #0aef20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aef20


Comments

No comments written yet.

Please login to write comment.