Color Hex Logo

#0aaa77 Color Hex

#0AAA77
(10,170,119)
0 Favorites   0 Comments

Color spaces of #0aaa77

RGB 10170119
HSL0.450.890.35
HSV161°94°67°
CMYK 0.940.000.30   0.33
XYZ17.829730.145922.3318
Yxy30.14590.25360.4288
Hunter Lab54.9053-38.118914.3185
CIE-Lab61.7799-49.034816.1569

#0aaa77 color RGB value is (10,170,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 01110111
Octal 12 252 167
Decimal 10 170 119
Hex A AA 77

RGB Percentages of Color #0aaa77

%3.34
%56.86
%39.80

CMYK Percentages of Color #0aaa77

%94
%0
%30
%33

Triadic Colors of #0aaa77

#0aaa77 #770aaa #aa770a

Analogous Colors of #0aaa77

#0aaa77 #0a8daa #0aaa27

Monochromatic Colors of #0aaa77

#0aaa77

Complementary Color

#0aaa77 #aa0a3d

#0aaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaa77 Color CSS Codes

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

#0aaa77 Text Font Color

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

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


#0aaa77 Background Color

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

This div background color is #0aaa77


#0aaa77 Border Color

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

This div border color is #0aaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaa77


Comments

No comments written yet.

Please login to write comment.