Color Hex Logo

#0aadaf Color Hex

#0AADAF
(10,173,175)
0 Favorites   0 Comments

Color spaces of #0aadaf

RGB 10173175
HSL0.500.890.36
HSV181°94°69°
CMYK 0.940.010.00   0.31
XYZ22.806633.046845.7341
Yxy33.04680.22450.3253
Hunter Lab57.4863-29.7847-6.9286
CIE-Lab64.1988-34.9824-11.5072

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 10101111
Octal 12 255 257
Decimal 10 173 175
Hex A AD AF

RGB Percentages of Color #0aadaf

%2.79
%48.32
%48.88

CMYK Percentages of Color #0aadaf

%94
%1
%0
%31

Triadic Colors of #0aadaf

#0aadaf #af0aad #adaf0a

Analogous Colors of #0aadaf

#0aadaf #0a5aaf #0aaf5f

Monochromatic Colors of #0aadaf

#0aadaf

Complementary Color

#0aadaf #af0c0a

#0aadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadaf Color CSS Codes

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

#0aadaf Text Font Color

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

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


#0aadaf Background Color

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

This div background color is #0aadaf


#0aadaf Border Color

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

This div border color is #0aadaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,173,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 #0aadaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadaf


Comments

No comments written yet.

Please login to write comment.