Color Hex Logo

#00aae9 Color Hex

#00AAE9
(0,170,233)
0 Favorites   0 Comments

Color spaces of #00aae9

RGB 0170233
HSL0.551.000.46
HSV196°100°91°
CMYK 1.000.270.00   0.09
XYZ29.082734.632682.2427
Yxy34.63260.19930.2373
Hunter Lab58.8495-14.7740-41.6637
CIE-Lab65.4616-14.2009-41.6905

#00aae9 color RGB value is (0,170,233).

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

The process color (four color CMYK) of #00aae9 color hex is 1.00, 0.27, 0.00, 0.09. Web safe color of #00aae9 is #0099ff. Color #00aae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101010 11101001
Octal 0 252 351
Decimal 0 170 233
Hex 0 AA E9

RGB Percentages of Color #00aae9

%0.00
%42.18
%57.82

CMYK Percentages of Color #00aae9

%100
%27
%0
%9

Triadic Colors of #00aae9

#00aae9 #e900aa #aae900

Analogous Colors of #00aae9

#00aae9 #0036e9 #00e9b4

Monochromatic Colors of #00aae9

#00aae9

Complementary Color

#00aae9 #e93f00

#00aae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aae9 Color CSS Codes

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

#00aae9 Text Font Color

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

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


#00aae9 Background Color

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

This div background color is #00aae9


#00aae9 Border Color

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

This div border color is #00aae9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,170,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 #00aae9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aae9


Comments

No comments written yet.

Please login to write comment.