Color Hex Logo

#0ab70f Color Hex

#0AB70F
(10,183,15)
0 Favorites   0 Comments

Color spaces of #0ab70f

RGB 1018315
HSL0.340.900.38
HSV122°95°72°
CMYK 0.950.000.92   0.28
XYZ17.144933.96606.1044
Yxy33.96600.29970.5937
Hunter Lab58.2804-49.479534.5861
CIE-Lab64.9356-66.349162.9978

#0ab70f color RGB value is (10,183,15).

#0ab70f hex color red value is 10, green value is 183 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #0ab70f hue: 0.34 , saturation: 0.90 and the lightness value of 0ab70f is 0.38.

The process color (four color CMYK) of #0ab70f color hex is 0.95, 0.00, 0.92, 0.28. Web safe color of #0ab70f is #00cc00. Color #0ab70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10110111 00001111
Octal 12 267 17
Decimal 10 183 15
Hex A B7 F

RGB Percentages of Color #0ab70f

%4.81
%87.98
%7.21

CMYK Percentages of Color #0ab70f

%95
%0
%92
%28

Triadic Colors of #0ab70f

#0ab70f #0f0ab7 #b70f0a

Analogous Colors of #0ab70f

#0ab70f #0ab766 #5cb70a

Monochromatic Colors of #0ab70f

#0ab70f

Complementary Color

#0ab70f #b70ab2

#0ab70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab70f Color CSS Codes

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

#0ab70f Text Font Color

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

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


#0ab70f Background Color

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

This div background color is #0ab70f


#0ab70f Border Color

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

This div border color is #0ab70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab70f


Comments

No comments written yet.

Please login to write comment.