Color Hex Logo

#0abf4f Color Hex

#0ABF4F
(10,191,79)
0 Favorites   0 Comments

Color spaces of #0abf4f

RGB 1019179
HSL0.400.900.39
HSV143°95°75°
CMYK 0.950.000.59   0.25
XYZ20.167337.890613.6478
Yxy37.89060.28130.5284
Hunter Lab61.5553-49.240129.9432
CIE-Lab67.9399-63.587944.6324

#0abf4f color RGB value is (10,191,79).

#0abf4f hex color red value is 10, green value is 191 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0abf4f hue: 0.40 , saturation: 0.90 and the lightness value of 0abf4f is 0.39.

The process color (four color CMYK) of #0abf4f color hex is 0.95, 0.00, 0.59, 0.25. Web safe color of #0abf4f is #00cc66. Color #0abf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111111 01001111
Octal 12 277 117
Decimal 10 191 79
Hex A BF 4F

RGB Percentages of Color #0abf4f

%3.57
%68.21
%28.21

CMYK Percentages of Color #0abf4f

%95
%0
%59
%25

Triadic Colors of #0abf4f

#0abf4f #4f0abf #bf4f0a

Analogous Colors of #0abf4f

#0abf4f #0abfaa #20bf0a

Monochromatic Colors of #0abf4f

#0abf4f

Complementary Color

#0abf4f #bf0a7a

#0abf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abf4f Color CSS Codes

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

#0abf4f Text Font Color

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

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


#0abf4f Background Color

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

This div background color is #0abf4f


#0abf4f Border Color

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

This div border color is #0abf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abf4f


Comments

No comments written yet.

Please login to write comment.