Color Hex Logo

#0aa49f Color Hex

#0AA49F
(10,164,159)
0 Favorites   0 Comments

Color spaces of #0aa49f

RGB 10164159
HSL0.490.890.34
HSV178°94°64°
CMYK 0.940.000.03   0.36
XYZ19.658629.118737.3852
Yxy29.11870.22820.3380
Hunter Lab53.9617-29.4044-3.3034
CIE-Lab60.8862-35.7130-7.4854

#0aa49f color RGB value is (10,164,159).

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

The process color (four color CMYK) of #0aa49f color hex is 0.94, 0.00, 0.03, 0.36. Web safe color of #0aa49f is #009999. Color #0aa49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100100 10011111
Octal 12 244 237
Decimal 10 164 159
Hex A A4 9F

RGB Percentages of Color #0aa49f

%3.00
%49.25
%47.75

CMYK Percentages of Color #0aa49f

%94
%0
%3
%36

Triadic Colors of #0aa49f

#0aa49f #9f0aa4 #a49f0a

Analogous Colors of #0aa49f

#0aa49f #0a5ca4 #0aa452

Monochromatic Colors of #0aa49f

#0aa49f

Complementary Color

#0aa49f #a40a0f

#0aa49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa49f Color CSS Codes

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

#0aa49f Text Font Color

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

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


#0aa49f Background Color

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

This div background color is #0aa49f


#0aa49f Border Color

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

This div border color is #0aa49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa49f


Comments

No comments written yet.

Please login to write comment.