Color Hex Logo

#0af73e Color Hex

#0AF73E
(10,247,62)
0 Favorites   0 Comments

Color spaces of #0af73e

RGB 1024762
HSL0.370.940.50
HSV133°96°97°
CMYK 0.960.000.75   0.03
XYZ34.255466.933915.6715
Yxy66.93390.29310.5728
Hunter Lab81.8131-68.434545.9121
CIE-Lab85.4706-81.550570.1366

#0af73e color RGB value is (10,247,62).

#0af73e hex color red value is 10, green value is 247 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0af73e hue: 0.37 , saturation: 0.94 and the lightness value of 0af73e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11110111 00111110
Octal 12 367 76
Decimal 10 247 62
Hex A F7 3E

RGB Percentages of Color #0af73e

%3.13
%77.43
%19.44

CMYK Percentages of Color #0af73e

%96
%0
%75
%3

Triadic Colors of #0af73e

#0af73e #3e0af7 #f73e0a

Analogous Colors of #0af73e

#0af73e #0af7b5 #4df70a

Monochromatic Colors of #0af73e

#0af73e

Complementary Color

#0af73e #f70ac3

#0af73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0af73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0af73e Color CSS Codes

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

#0af73e Text Font Color

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

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


#0af73e Background Color

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

This div background color is #0af73e


#0af73e Border Color

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

This div border color is #0af73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0af73e

Related Colors


Comments

No comments written yet.

Please login to write comment.