Color Hex Logo

#0aaade Color Hex

#0AAADE
(10,170,222)
0 Favorites   0 Comments

Color spaces of #0aaade

RGB 10170222
HSL0.540.910.45
HSV195°95°87°
CMYK 0.950.230.00   0.13
XYZ27.684734.087974.2277
Yxy34.08790.20360.2506
Hunter Lab58.3848-17.5330-34.5091
CIE-Lab65.0323-17.8379-36.3105

#0aaade color RGB value is (10,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 11011110
Octal 12 252 336
Decimal 10 170 222
Hex A AA DE

RGB Percentages of Color #0aaade

%2.49
%42.29
%55.22

CMYK Percentages of Color #0aaade

%95
%23
%0
%13

Triadic Colors of #0aaade

#0aaade #de0aaa #aade0a

Analogous Colors of #0aaade

#0aaade #0a40de #0adea8

Monochromatic Colors of #0aaade

#0aaade

Complementary Color

#0aaade #de3e0a

#0aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaade Color CSS Codes

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

#0aaade Text Font Color

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

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


#0aaade Background Color

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

This div background color is #0aaade


#0aaade Border Color

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

This div border color is #0aaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaade


Comments

No comments written yet.

Please login to write comment.