Color Hex Logo

#0af52b Color Hex

#0AF52B
(10,245,43)
0 Favorites   0 Comments

Color spaces of #0af52b

RGB 1024543
HSL0.360.920.50
HSV128°96°96°
CMYK 0.960.000.82   0.04
XYZ33.213665.543813.1862
Yxy65.54380.29670.5855
Hunter Lab80.9591-68.448647.0145
CIE-Lab84.7632-82.145874.7795

#0af52b color RGB value is (10,245,43).

#0af52b hex color red value is 10, green value is 245 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0af52b hue: 0.36 , saturation: 0.92 and the lightness value of 0af52b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11110101 00101011
Octal 12 365 53
Decimal 10 245 43
Hex A F5 2B

RGB Percentages of Color #0af52b

%3.36
%82.21
%14.43

CMYK Percentages of Color #0af52b

%96
%0
%82
%4

Triadic Colors of #0af52b

#0af52b #2b0af5 #f52b0a

Analogous Colors of #0af52b

#0af52b #0af5a1 #5ff50a

Monochromatic Colors of #0af52b

#0af52b

Complementary Color

#0af52b #f50ad4

#0af52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0af52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0af52b Color CSS Codes

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

#0af52b Text Font Color

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

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


#0af52b Background Color

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

This div background color is #0af52b


#0af52b Border Color

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

This div border color is #0af52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0af52b


Comments

No comments written yet.

Please login to write comment.