Color Hex Logo

#0ab30c Color Hex

#0AB30C
(10,179,12)
0 Favorites   0 Comments

Color spaces of #0ab30c

RGB 1017912
HSL0.340.890.37
HSV121°94°70°
CMYK 0.940.000.93   0.30
XYZ16.311632.33135.7287
Yxy32.33130.30000.5946
Hunter Lab56.8606-48.299833.8290
CIE-Lab63.6158-65.313562.3260

#0ab30c color RGB value is (10,179,12).

#0ab30c hex color red value is 10, green value is 179 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #0ab30c hue: 0.34 , saturation: 0.89 and the lightness value of 0ab30c is 0.37.

The process color (four color CMYK) of #0ab30c color hex is 0.94, 0.00, 0.93, 0.30. Web safe color of #0ab30c is #00cc00. Color #0ab30c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10110011 00001100
Octal 12 263 14
Decimal 10 179 12
Hex A B3 C

RGB Percentages of Color #0ab30c

%4.98
%89.05
%5.97

CMYK Percentages of Color #0ab30c

%94
%0
%93
%30

Triadic Colors of #0ab30c

#0ab30c #0c0ab3 #b30c0a

Analogous Colors of #0ab30c

#0ab30c #0ab361 #5cb30a

Monochromatic Colors of #0ab30c

#0ab30c

Complementary Color

#0ab30c #b30ab1

#0ab30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab30c Color CSS Codes

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

#0ab30c Text Font Color

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

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


#0ab30c Background Color

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

This div background color is #0ab30c


#0ab30c Border Color

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

This div border color is #0ab30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab30c


Comments

No comments written yet.

Please login to write comment.