Color Hex Logo

#09a2d6 Color Hex

#09A2D6
(9,162,214)
0 Favorites   0 Comments

Color spaces of #09a2d6

RGB 9162214
HSL0.540.920.44
HSV195°96°84°
CMYK 0.960.240.00   0.16
XYZ25.170630.753868.2278
Yxy30.75380.20270.2477
Hunter Lab55.4561-16.0300-34.1254
CIE-Lab62.2992-16.4105-36.1461

#09a2d6 color RGB value is (9,162,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10100010 11010110
Octal 11 242 326
Decimal 9 162 214
Hex 9 A2 D6

RGB Percentages of Color #09a2d6

%2.34
%42.08
%55.58

CMYK Percentages of Color #09a2d6

%96
%24
%0
%16

Triadic Colors of #09a2d6

#09a2d6 #d609a2 #a2d609

Analogous Colors of #09a2d6

#09a2d6 #093bd6 #09d6a4

Monochromatic Colors of #09a2d6

#09a2d6

Complementary Color

#09a2d6 #d63d09

#09a2d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09a2d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09a2d6 Color CSS Codes

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

#09a2d6 Text Font Color

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

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


#09a2d6 Background Color

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

This div background color is #09a2d6


#09a2d6 Border Color

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

This div border color is #09a2d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09a2d6


Comments

No comments written yet.

Please login to write comment.