Color Hex Logo

#0aafaa Color Hex

#0AAFAA
(10,175,170)
0 Favorites   0 Comments

Color spaces of #0aafaa

RGB 10175170
HSL0.490.890.36
HSV178°94°69°
CMYK 0.940.000.03   0.31
XYZ22.710833.626843.3238
Yxy33.62680.22790.3374
Hunter Lab57.9886-31.5719-3.7040
CIE-Lab64.6653-37.4287-8.0241

#0aafaa color RGB value is (10,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 10101010
Octal 12 257 252
Decimal 10 175 170
Hex A AF AA

RGB Percentages of Color #0aafaa

%2.82
%49.30
%47.89

CMYK Percentages of Color #0aafaa

%94
%0
%3
%31

Triadic Colors of #0aafaa

#0aafaa #aa0aaf #afaa0a

Analogous Colors of #0aafaa

#0aafaa #0a62af #0aaf57

Monochromatic Colors of #0aafaa

#0aafaa

Complementary Color

#0aafaa #af0a0f

#0aafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafaa Color CSS Codes

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

#0aafaa Text Font Color

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

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


#0aafaa Background Color

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

This div background color is #0aafaa


#0aafaa Border Color

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

This div border color is #0aafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafaa


Comments

No comments written yet.

Please login to write comment.