Color Hex Logo

#0aadd5 Color Hex

#0AADD5
(10,173,213)
0 Favorites   0 Comments

Color spaces of #0aadd5

RGB 10173213
HSL0.530.910.44
HSV192°95°84°
CMYK 0.950.190.00   0.16
XYZ27.079034.755868.2321
Yxy34.75580.20820.2672
Hunter Lab58.9540-21.1803-27.3531
CIE-Lab65.5581-22.5393-30.5310

#0aadd5 color RGB value is (10,173,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11010101
Octal 12 255 325
Decimal 10 173 213
Hex A AD D5

RGB Percentages of Color #0aadd5

%2.53
%43.69
%53.79

CMYK Percentages of Color #0aadd5

%95
%19
%0
%16

Triadic Colors of #0aadd5

#0aadd5 #d50aad #add50a

Analogous Colors of #0aadd5

#0aadd5 #0a47d5 #0ad598

Monochromatic Colors of #0aadd5

#0aadd5

Complementary Color

#0aadd5 #d5320a

#0aadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadd5 Color CSS Codes

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

#0aadd5 Text Font Color

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

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


#0aadd5 Background Color

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

This div background color is #0aadd5


#0aadd5 Border Color

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

This div border color is #0aadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadd5


Comments

No comments written yet.

Please login to write comment.