Color Hex Logo

#0aa797 Color Hex

#0AA797
(10,167,151)
0 Favorites   0 Comments

Color spaces of #0aa797

RGB 10167151
HSL0.480.890.35
HSV174°94°65°
CMYK 0.940.000.10   0.35
XYZ19.529829.936334.0271
Yxy29.93630.23390.3585
Hunter Lab54.7141-32.03531.4269
CIE-Lab61.5992-39.4334-1.9307

#0aa797 color RGB value is (10,167,151).

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

The process color (four color CMYK) of #0aa797 color hex is 0.94, 0.00, 0.10, 0.35. Web safe color of #0aa797 is #009999. Color #0aa797 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100111 10010111
Octal 12 247 227
Decimal 10 167 151
Hex A A7 97

RGB Percentages of Color #0aa797

%3.05
%50.91
%46.04

CMYK Percentages of Color #0aa797

%94
%0
%10
%35

Triadic Colors of #0aa797

#0aa797 #970aa7 #a7970a

Analogous Colors of #0aa797

#0aa797 #0a69a7 #0aa749

Monochromatic Colors of #0aa797

#0aa797

Complementary Color

#0aa797 #a70a1a

#0aa797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa797 Color CSS Codes

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

#0aa797 Text Font Color

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

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


#0aa797 Background Color

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

This div background color is #0aa797


#0aa797 Border Color

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

This div border color is #0aa797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa797


Comments

No comments written yet.

Please login to write comment.