Color Hex Logo

#0aab73 Color Hex

#0AAB73
(10,171,115)
0 Favorites   0 Comments

Color spaces of #0aab73

RGB 10171115
HSL0.440.890.35
HSV159°94°67°
CMYK 0.940.000.33   0.33
XYZ17.782630.428221.1556
Yxy30.42820.25640.4387
Hunter Lab55.1618-38.989715.8744
CIE-Lab62.0219-50.330318.6824

#0aab73 color RGB value is (10,171,115).

#0aab73 hex color red value is 10, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #0aab73 hue: 0.44 , saturation: 0.89 and the lightness value of 0aab73 is 0.35.

The process color (four color CMYK) of #0aab73 color hex is 0.94, 0.00, 0.33, 0.33. Web safe color of #0aab73 is #009966. Color #0aab73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101011 01110011
Octal 12 253 163
Decimal 10 171 115
Hex A AB 73

RGB Percentages of Color #0aab73

%3.38
%57.77
%38.85

CMYK Percentages of Color #0aab73

%94
%0
%33
%33

Triadic Colors of #0aab73

#0aab73 #730aab #ab730a

Analogous Colors of #0aab73

#0aab73 #0a93ab #0aab23

Monochromatic Colors of #0aab73

#0aab73

Complementary Color

#0aab73 #ab0a42

#0aab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aab73 Color CSS Codes

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

#0aab73 Text Font Color

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

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


#0aab73 Background Color

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

This div background color is #0aab73


#0aab73 Border Color

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

This div border color is #0aab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aab73


Comments

No comments written yet.

Please login to write comment.