Color Hex Logo

#09acde Color Hex

#09ACDE
(9,172,222)
0 Favorites   0 Comments

Color spaces of #09acde

RGB 9172222
HSL0.540.920.45
HSV194°96°87°
CMYK 0.960.230.00   0.13
XYZ28.050034.837174.3531
Yxy34.83710.20440.2538
Hunter Lab59.0230-18.4601-33.3734
CIE-Lab65.6216-18.9269-35.3934

#09acde color RGB value is (9,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101100 11011110
Octal 11 254 336
Decimal 9 172 222
Hex 9 AC DE

RGB Percentages of Color #09acde

%2.23
%42.68
%55.09

CMYK Percentages of Color #09acde

%96
%23
%0
%13

Triadic Colors of #09acde

#09acde #de09ac #acde09

Analogous Colors of #09acde

#09acde #0941de #09dea6

Monochromatic Colors of #09acde

#09acde

Complementary Color

#09acde #de3b09

#09acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#09acde Color CSS Codes

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

#09acde Text Font Color

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

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


#09acde Background Color

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

This div background color is #09acde


#09acde Border Color

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

This div border color is #09acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09acde


Comments

No comments written yet.

Please login to write comment.