Color Hex Logo

#09afdc Color Hex

#09AFDC
(9,175,220)
0 Favorites   0 Comments

Color spaces of #09afdc

RGB 9175220
HSL0.540.920.45
HSV193°96°86°
CMYK 0.960.200.00   0.14
XYZ28.360935.885373.1419
Yxy35.88530.20640.2612
Hunter Lab59.9043-20.3242-30.4588
CIE-Lab66.4322-21.1952-33.0344

#09afdc color RGB value is (9,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101111 11011100
Octal 11 257 334
Decimal 9 175 220
Hex 9 AF DC

RGB Percentages of Color #09afdc

%2.23
%43.32
%54.46

CMYK Percentages of Color #09afdc

%96
%20
%0
%14

Triadic Colors of #09afdc

#09afdc #dc09af #afdc09

Analogous Colors of #09afdc

#09afdc #0946dc #09dca0

Monochromatic Colors of #09afdc

#09afdc

Complementary Color

#09afdc #dc3609

#09afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09afdc Color CSS Codes

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

#09afdc Text Font Color

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

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


#09afdc Background Color

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

This div background color is #09afdc


#09afdc Border Color

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

This div border color is #09afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09afdc


Comments

No comments written yet.

Please login to write comment.