Color Hex Logo

#0aafaf Color Hex

#0AAFAF
(10,175,175)
0 Favorites   0 Comments

Color spaces of #0aafaf

RGB 10175175
HSL0.500.890.36
HSV180°94°69°
CMYK 0.940.000.00   0.31
XYZ23.193033.819645.8629
Yxy33.81960.22540.3287
Hunter Lab58.1546-30.5819-6.0501
CIE-Lab64.8191-35.9114-10.5781

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101111 10101111
Octal 12 257 257
Decimal 10 175 175
Hex A AF AF

RGB Percentages of Color #0aafaf

%2.78
%48.61
%48.61

CMYK Percentages of Color #0aafaf

%94
%0
%0
%31

Triadic Colors of #0aafaf

#0aafaf #af0aaf #afaf0a

Analogous Colors of #0aafaf

#0aafaf #0a5caf #0aaf5d

Monochromatic Colors of #0aafaf

#0aafaf

Complementary Color

#0aafaf #af0a0a

#0aafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aafaf Color CSS Codes

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

#0aafaf Text Font Color

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

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


#0aafaf Background Color

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

This div background color is #0aafaf


#0aafaf Border Color

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

This div border color is #0aafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aafaf


Comments

No comments written yet.

Please login to write comment.