Color Hex Logo

#09afcc Color Hex

#09AFCC
(9,175,204)
0 Favorites   0 Comments

Color spaces of #09afcc

RGB 9175204
HSL0.520.920.42
HSV189°96°80°
CMYK 0.960.140.00   0.20
XYZ26.341735.077762.5091
Yxy35.07770.21260.2830
Hunter Lab59.2264-24.2561-21.1177
CIE-Lab65.8091-26.6349-25.1728

#09afcc color RGB value is (9,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101111 11001100
Octal 11 257 314
Decimal 9 175 204
Hex 9 AF CC

RGB Percentages of Color #09afcc

%2.32
%45.10
%52.58

CMYK Percentages of Color #09afcc

%96
%14
%0
%20

Triadic Colors of #09afcc

#09afcc #cc09af #afcc09

Analogous Colors of #09afcc

#09afcc #094ecc #09cc88

Monochromatic Colors of #09afcc

#09afcc

Complementary Color

#09afcc #cc2609

#09afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09afcc Color CSS Codes

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

#09afcc Text Font Color

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

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


#09afcc Background Color

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

This div background color is #09afcc


#09afcc Border Color

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

This div border color is #09afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09afcc


Comments

No comments written yet.

Please login to write comment.