Color Hex Logo

#0aa557 Color Hex

#0AA557
(10,165,87)
0 Favorites   0 Comments

Color spaces of #0aa557

RGB 1016587
HSL0.420.890.34
HSV150°94°65°
CMYK 0.940.000.47   0.35
XYZ15.300627.662913.5499
Yxy27.66290.27070.4895
Hunter Lab52.5955-40.114621.5423
CIE-Lab59.5830-53.794230.4638

#0aa557 color RGB value is (10,165,87).

#0aa557 hex color red value is 10, green value is 165 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #0aa557 hue: 0.42 , saturation: 0.89 and the lightness value of 0aa557 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100101 01010111
Octal 12 245 127
Decimal 10 165 87
Hex A A5 57

RGB Percentages of Color #0aa557

%3.82
%62.98
%33.21

CMYK Percentages of Color #0aa557

%94
%0
%47
%35

Triadic Colors of #0aa557

#0aa557 #570aa5 #a5570a

Analogous Colors of #0aa557

#0aa557 #0aa5a5 #0ba50a

Monochromatic Colors of #0aa557

#0aa557

Complementary Color

#0aa557 #a50a58

#0aa557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa557 Color CSS Codes

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

#0aa557 Text Font Color

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

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


#0aa557 Background Color

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

This div background color is #0aa557


#0aa557 Border Color

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

This div border color is #0aa557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa557


Comments

No comments written yet.

Please login to write comment.