Color Hex Logo

#09facc Color Hex

#09FACC
(9,250,204)
0 Favorites   0 Comments

Color spaces of #09facc

RGB 9250204
HSL0.470.960.51
HSV169°96°98°
CMYK 0.960.000.18   0.02
XYZ45.197372.788968.7943
Yxy72.78890.24200.3897
Hunter Lab85.3164-54.741411.9134
CIE-Lab88.3469-59.50478.2913

#09facc color RGB value is (9,250,204).

#09facc hex color red value is 9, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #09facc hue: 0.47 , saturation: 0.96 and the lightness value of 09facc is 0.51.

The process color (four color CMYK) of #09facc color hex is 0.96, 0.00, 0.18, 0.02. Web safe color of #09facc is #00ffcc. Color #09facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111010 11001100
Octal 11 372 314
Decimal 9 250 204
Hex 9 FA CC

RGB Percentages of Color #09facc

%1.94
%54.00
%44.06

CMYK Percentages of Color #09facc

%96
%0
%18
%2

Triadic Colors of #09facc

#09facc #cc09fa #facc09

Analogous Colors of #09facc

#09facc #09b0fa #09fa54

Monochromatic Colors of #09facc

#09facc

Complementary Color

#09facc #fa0937

#09facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09facc Color CSS Codes

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

#09facc Text Font Color

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

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


#09facc Background Color

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

This div background color is #09facc


#09facc Border Color

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

This div border color is #09facc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,250,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 #09facc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09facc


Comments

No comments written yet.

Please login to write comment.