Color Hex Logo

#0aadff Color Hex

#0AADFF
(10,173,255)
0 Favorites   0 Comments

Color spaces of #0aadff

RGB 10173255
HSL0.561.000.52
HSV200°96°100°
CMYK 0.960.320.00   0.00
XYZ33.118737.1717100.0370
Yxy37.17170.19440.2182
Hunter Lab60.9686-9.7322-54.6047
CIE-Lab67.4056-7.6646-50.6273

#0aadff color RGB value is (10,173,255).

#0aadff hex color red value is 10, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0aadff hue: 0.56 , saturation: 1.00 and the lightness value of 0aadff is 0.52.

The process color (four color CMYK) of #0aadff color hex is 0.96, 0.32, 0.00, 0.00. Web safe color of #0aadff is #0099ff. Color #0aadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11111111
Octal 12 255 377
Decimal 10 173 255
Hex A AD FF

RGB Percentages of Color #0aadff

%2.28
%39.50
%58.22

CMYK Percentages of Color #0aadff

%96
%32
%0
%0

Triadic Colors of #0aadff

#0aadff #ff0aad #adff0a

Analogous Colors of #0aadff

#0aadff #0a33ff #0affd7

Monochromatic Colors of #0aadff

#0aadff

Complementary Color

#0aadff #ff5c0a

#0aadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadff Color CSS Codes

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

#0aadff Text Font Color

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

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


#0aadff Background Color

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

This div background color is #0aadff


#0aadff Border Color

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

This div border color is #0aadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadff

Related Colors


Comments

No comments written yet.

Please login to write comment.