Color Hex Logo

#0aadcf Color Hex

#0AADCF
(10,173,207)
0 Favorites   0 Comments

Color spaces of #0aadcf

RGB 10173207
HSL0.530.910.43
HSV190°95°81°
CMYK 0.950.160.00   0.19
XYZ26.331234.456764.2945
Yxy34.45670.21050.2755
Hunter Lab58.6998-22.6543-23.8510
CIE-Lab65.3235-24.5849-27.5778

#0aadcf color RGB value is (10,173,207).

#0aadcf hex color red value is 10, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0aadcf hue: 0.53 , saturation: 0.91 and the lightness value of 0aadcf is 0.43.

The process color (four color CMYK) of #0aadcf color hex is 0.95, 0.16, 0.00, 0.19. Web safe color of #0aadcf is #0099cc. Color #0aadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11001111
Octal 12 255 317
Decimal 10 173 207
Hex A AD CF

RGB Percentages of Color #0aadcf

%2.56
%44.36
%53.08

CMYK Percentages of Color #0aadcf

%95
%16
%0
%19

Triadic Colors of #0aadcf

#0aadcf #cf0aad #adcf0a

Analogous Colors of #0aadcf

#0aadcf #0a4bcf #0acf8f

Monochromatic Colors of #0aadcf

#0aadcf

Complementary Color

#0aadcf #cf2c0a

#0aadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadcf Color CSS Codes

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

#0aadcf Text Font Color

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

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


#0aadcf Background Color

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

This div background color is #0aadcf


#0aadcf Border Color

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

This div border color is #0aadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadcf


Comments

No comments written yet.

Please login to write comment.