Color Hex Logo

#0ab022 Color Hex

#0AB022
(10,176,34)
0 Favorites   0 Comments

Color spaces of #0ab022

RGB 1017634
HSL0.360.890.36
HSV129°94°69°
CMYK 0.940.000.81   0.31
XYZ15.939231.23076.7014
Yxy31.23070.29590.5797
Hunter Lab55.8844-46.886532.0093
CIE-Lab62.7019-63.505356.7284

#0ab022 color RGB value is (10,176,34).

#0ab022 hex color red value is 10, green value is 176 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #0ab022 hue: 0.36 , saturation: 0.89 and the lightness value of 0ab022 is 0.36.

The process color (four color CMYK) of #0ab022 color hex is 0.94, 0.00, 0.81, 0.31. Web safe color of #0ab022 is #009933. Color #0ab022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10110000 00100010
Octal 12 260 42
Decimal 10 176 34
Hex A B0 22

RGB Percentages of Color #0ab022

%4.55
%80.00
%15.45

CMYK Percentages of Color #0ab022

%94
%0
%81
%31

Triadic Colors of #0ab022

#0ab022 #220ab0 #b0220a

Analogous Colors of #0ab022

#0ab022 #0ab075 #45b00a

Monochromatic Colors of #0ab022

#0ab022

Complementary Color

#0ab022 #b00a98

#0ab022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab022 Color CSS Codes

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

#0ab022 Text Font Color

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

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


#0ab022 Background Color

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

This div background color is #0ab022


#0ab022 Border Color

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

This div border color is #0ab022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab022


Comments

No comments written yet.

Please login to write comment.