Color Hex Logo

#00aad9 Color Hex

#00AAD9
(0,170,217)
0 Favorites   0 Comments

Color spaces of #00aad9

RGB 0170217
HSL0.541.000.43
HSV193°100°85°
CMYK 1.000.220.00   0.15
XYZ26.899133.759270.7441
Yxy33.75920.20470.2569
Hunter Lab58.1027-19.0416-31.5179
CIE-Lab64.7710-19.8768-33.9631

#00aad9 color RGB value is (0,170,217).

#00aad9 hex color red value is 0, green value is 170 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #00aad9 hue: 0.54 , saturation: 1.00 and the lightness value of 00aad9 is 0.43.

The process color (four color CMYK) of #00aad9 color hex is 1.00, 0.22, 0.00, 0.15. Web safe color of #00aad9 is #0099cc. Color #00aad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 11011001
Octal 0 252 331
Decimal 0 170 217
Hex 0 AA D9

RGB Percentages of Color #00aad9

%0.00
%43.93
%56.07

CMYK Percentages of Color #00aad9

%100
%22
%0
%15

Triadic Colors of #00aad9

#00aad9 #d900aa #aad900

Analogous Colors of #00aad9

#00aad9 #003dd9 #00d99c

Monochromatic Colors of #00aad9

#00aad9

Complementary Color

#00aad9 #d92f00

#00aad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aad9 Color CSS Codes

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

#00aad9 Text Font Color

<p style="color:#00aad9">Text here</p>

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


#00aad9 Background Color

<div style="background-color:#00aad9">
Div content here</div>

This div background color is #00aad9


#00aad9 Border Color

<div style="border:3px solid #00aad9">
Div here</div>

This div border color is #00aad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aad9


Comments

No comments written yet.

Please login to write comment.