Color Hex Logo

#09acdd Color Hex

#09ACDD
(9,172,221)
0 Favorites   0 Comments

Color spaces of #09acdd

RGB 9172221
HSL0.540.920.45
HSV194°96°87°
CMYK 0.960.220.00   0.13
XYZ27.916334.783673.6492
Yxy34.78360.20470.2551
Hunter Lab58.9776-18.7202-32.7549
CIE-Lab65.5798-19.2764-34.9080

#09acdd color RGB value is (9,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101100 11011101
Octal 11 254 335
Decimal 9 172 221
Hex 9 AC DD

RGB Percentages of Color #09acdd

%2.24
%42.79
%54.98

CMYK Percentages of Color #09acdd

%96
%22
%0
%13

Triadic Colors of #09acdd

#09acdd #dd09ac #acdd09

Analogous Colors of #09acdd

#09acdd #0942dd #09dda4

Monochromatic Colors of #09acdd

#09acdd

Complementary Color

#09acdd #dd3a09

#09acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09acdd Color CSS Codes

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

#09acdd Text Font Color

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

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


#09acdd Background Color

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

This div background color is #09acdd


#09acdd Border Color

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

This div border color is #09acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09acdd


Comments

No comments written yet.

Please login to write comment.