Color Hex Logo

#0ab86c Color Hex

#0AB86C
(10,184,108)
0 Favorites   0 Comments

Color spaces of #0ab86c

RGB 10184108
HSL0.430.900.38
HSV154°95°72°
CMYK 0.950.000.41   0.28
XYZ19.972435.428219.9730
Yxy35.42820.26500.4700
Hunter Lab59.5216-44.267321.7698
CIE-Lab66.0807-56.537827.8802

#0ab86c color RGB value is (10,184,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111000 01101100
Octal 12 270 154
Decimal 10 184 108
Hex A B8 6C

RGB Percentages of Color #0ab86c

%3.31
%60.93
%35.76

CMYK Percentages of Color #0ab86c

%95
%0
%41
%28

Triadic Colors of #0ab86c

#0ab86c #6c0ab8 #b86c0a

Analogous Colors of #0ab86c

#0ab86c #0aadb8 #0ab815

Monochromatic Colors of #0ab86c

#0ab86c

Complementary Color

#0ab86c #b80a56

#0ab86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab86c Color CSS Codes

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

#0ab86c Text Font Color

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

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


#0ab86c Background Color

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

This div background color is #0ab86c


#0ab86c Border Color

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

This div border color is #0ab86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab86c


Comments

No comments written yet.

Please login to write comment.