Color Hex Logo

#09ccff Color Hex

#09CCFF
(9,204,255)
0 Favorites   0 Comments

Color spaces of #09ccff

RGB 9204255
HSL0.531.000.52
HSV192°96°100°
CMYK 0.960.200.00   0.00
XYZ39.755550.4638102.2529
Yxy50.46380.20660.2622
Hunter Lab71.0379-24.4209-35.6163
CIE-Lab76.3531-24.1442-36.6258

#09ccff color RGB value is (9,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001100 11111111
Octal 11 314 377
Decimal 9 204 255
Hex 9 CC FF

RGB Percentages of Color #09ccff

%1.92
%43.59
%54.49

CMYK Percentages of Color #09ccff

%96
%20
%0
%0

Triadic Colors of #09ccff

#09ccff #ff09cc #ccff09

Analogous Colors of #09ccff

#09ccff #0951ff #09ffb7

Monochromatic Colors of #09ccff

#09ccff

Complementary Color

#09ccff #ff3c09

#09ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ccff Color CSS Codes

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

#09ccff Text Font Color

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

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


#09ccff Background Color

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

This div background color is #09ccff


#09ccff Border Color

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

This div border color is #09ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ccff

Related Colors


Comments

No comments written yet.

Please login to write comment.