Color Hex Logo

#0aade9 Color Hex

#0AADE9
(10,173,233)
0 Favorites   0 Comments

Color spaces of #0aade9

RGB 10173233
HSL0.540.920.48
HSV196°96°91°
CMYK 0.960.260.00   0.09
XYZ29.776735.834982.4382
Yxy35.83490.20110.2420
Hunter Lab59.8623-15.9694-39.7465
CIE-Lab66.3936-15.5591-40.2279

#0aade9 color RGB value is (10,173,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11101001
Octal 12 255 351
Decimal 10 173 233
Hex A AD E9

RGB Percentages of Color #0aade9

%2.40
%41.59
%56.01

CMYK Percentages of Color #0aade9

%96
%26
%0
%9

Triadic Colors of #0aade9

#0aade9 #e90aad #ade90a

Analogous Colors of #0aade9

#0aade9 #0a3ee9 #0ae9b6

Monochromatic Colors of #0aade9

#0aade9

Complementary Color

#0aade9 #e9460a

#0aade9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aade9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aade9 Color CSS Codes

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

#0aade9 Text Font Color

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

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


#0aade9 Background Color

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

This div background color is #0aade9


#0aade9 Border Color

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

This div border color is #0aade9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aade9


Comments

No comments written yet.

Please login to write comment.