Color Hex Logo

#0aadda Color Hex

#0AADDA
(10,173,218)
0 Favorites   0 Comments

Color spaces of #0aadda

RGB 10173218
HSL0.540.910.45
HSV193°95°85°
CMYK 0.950.210.00   0.15
XYZ27.723635.013671.6268
Yxy35.01360.20630.2606
Hunter Lab59.1723-19.9201-30.3487
CIE-Lab65.7593-20.8163-32.9767

#0aadda color RGB value is (10,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11011010
Octal 12 255 332
Decimal 10 173 218
Hex A AD DA

RGB Percentages of Color #0aadda

%2.49
%43.14
%54.36

CMYK Percentages of Color #0aadda

%95
%21
%0
%15

Triadic Colors of #0aadda

#0aadda #da0aad #adda0a

Analogous Colors of #0aadda

#0aadda #0a45da #0ada9f

Monochromatic Colors of #0aadda

#0aadda

Complementary Color

#0aadda #da370a

#0aadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadda Color CSS Codes

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

#0aadda Text Font Color

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

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


#0aadda Background Color

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

This div background color is #0aadda


#0aadda Border Color

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

This div border color is #0aadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadda


Comments

No comments written yet.

Please login to write comment.