Color Hex Logo

#09ccfa Color Hex

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

Color spaces of #09ccfa

RGB 9204250
HSL0.530.960.51
HSV191°96°98°
CMYK 0.960.180.00   0.02
XYZ38.960850.145998.0682
Yxy50.14590.20820.2679
Hunter Lab70.8138-25.7158-32.5396
CIE-Lab76.1587-25.8149-34.2518

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

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

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

Base Numbers

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

RGB Percentages of Color #09ccfa

%1.94
%44.06
%54.00

CMYK Percentages of Color #09ccfa

%96
%18
%0
%2

Triadic Colors of #09ccfa

#09ccfa #fa09cc #ccfa09

Analogous Colors of #09ccfa

#09ccfa #0954fa #09fab0

Monochromatic Colors of #09ccfa

#09ccfa

Complementary Color

#09ccfa #fa3709

#09ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ccfa Color CSS Codes

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

#09ccfa Text Font Color

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

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


#09ccfa Background Color

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

This div background color is #09ccfa


#09ccfa Border Color

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

This div border color is #09ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ccfa


Comments

No comments written yet.

Please login to write comment.