Color Hex Logo

#09aee5 Color Hex

#09AEE5
(9,174,229)
0 Favorites   0 Comments

Color spaces of #09aee5

RGB 9174229
HSL0.540.920.47
HSV195°96°90°
CMYK 0.960.240.00   0.10
XYZ29.391635.987379.5259
Yxy35.98730.20280.2484
Hunter Lab59.9894-17.5260-36.6061
CIE-Lab66.5102-17.5321-37.8545

#09aee5 color RGB value is (9,174,229).

#09aee5 hex color red value is 9, green value is 174 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #09aee5 hue: 0.54 , saturation: 0.92 and the lightness value of 09aee5 is 0.47.

The process color (four color CMYK) of #09aee5 color hex is 0.96, 0.24, 0.00, 0.10. Web safe color of #09aee5 is #0099cc. Color #09aee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101110 11100101
Octal 11 256 345
Decimal 9 174 229
Hex 9 AE E5

RGB Percentages of Color #09aee5

%2.18
%42.23
%55.58

CMYK Percentages of Color #09aee5

%96
%24
%0
%10

Triadic Colors of #09aee5

#09aee5 #e509ae #aee509

Analogous Colors of #09aee5

#09aee5 #0940e5 #09e5ae

Monochromatic Colors of #09aee5

#09aee5

Complementary Color

#09aee5 #e54009

#09aee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aee5 Color CSS Codes

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

#09aee5 Text Font Color

<p style="color:#09aee5">Text here</p>

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


#09aee5 Background Color

<div style="background-color:#09aee5">
Div content here</div>

This div background color is #09aee5


#09aee5 Border Color

<div style="border:3px solid #09aee5">
Div here</div>

This div border color is #09aee5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,174,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09aee5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09aee5;
  -webkit-box-shadow: 1px 1px 3px 2px #09aee5;
  box-shadow:         1px 1px 3px 2px #09aee5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,174,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aee5


Comments

No comments written yet.

Please login to write comment.