Color Hex Logo

#09acda Color Hex

#09ACDA
(9,172,218)
0 Favorites   0 Comments

Color spaces of #09acda

RGB 9172218
HSL0.540.920.45
HSV193°96°85°
CMYK 0.960.210.00   0.15
XYZ27.520134.625171.5625
Yxy34.62510.20580.2590
Hunter Lab58.8431-19.4934-30.9158
CIE-Lab65.4557-20.3213-33.4480

#09acda color RGB value is (9,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101100 11011010
Octal 11 254 332
Decimal 9 172 218
Hex 9 AC DA

RGB Percentages of Color #09acda

%2.26
%43.11
%54.64

CMYK Percentages of Color #09acda

%96
%21
%0
%15

Triadic Colors of #09acda

#09acda #da09ac #acda09

Analogous Colors of #09acda

#09acda #0944da #09daa0

Monochromatic Colors of #09acda

#09acda

Complementary Color

#09acda #da3709

#09acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#09acda Color CSS Codes

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

#09acda Text Font Color

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

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


#09acda Background Color

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

This div background color is #09acda


#09acda Border Color

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

This div border color is #09acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09acda


Comments

No comments written yet.

Please login to write comment.