Color Hex Logo

#09aace Color Hex

#09AACE
(9,170,206)
0 Favorites   0 Comments

Color spaces of #09aace

RGB 9170206
HSL0.530.920.42
HSV191°96°81°
CMYK 0.960.170.00   0.19
XYZ25.628033.263863.4623
Yxy33.26380.20950.2719
Hunter Lab57.6748-21.6137-24.8673
CIE-Lab64.3739-23.4199-28.4879

#09aace color RGB value is (9,170,206).

#09aace hex color red value is 9, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #09aace hue: 0.53 , saturation: 0.92 and the lightness value of 09aace is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101010 11001110
Octal 11 252 316
Decimal 9 170 206
Hex 9 AA CE

RGB Percentages of Color #09aace

%2.34
%44.16
%53.51

CMYK Percentages of Color #09aace

%96
%17
%0
%19

Triadic Colors of #09aace

#09aace #ce09aa #aace09

Analogous Colors of #09aace

#09aace #0948ce #09ce90

Monochromatic Colors of #09aace

#09aace

Complementary Color

#09aace #ce2d09

#09aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#09aace Color CSS Codes

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

#09aace Text Font Color

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

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


#09aace Background Color

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

This div background color is #09aace


#09aace Border Color

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

This div border color is #09aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09aace


Comments

No comments written yet.

Please login to write comment.