Color Hex Logo

#009cff Color Hex

#009CFF
(0,156,255)
0 Favorites   0 Comments

Color spaces of #009cff

RGB 0156255
HSL0.561.000.50
HSV203°100°100°
CMYK 1.000.390.00   0.00
XYZ29.938530.996999.0128
Yxy30.99690.18720.1938
Hunter Lab55.6749-1.4447-66.4696
CIE-Lab62.50501.8160-58.4108

#009cff color RGB value is (0,156,255).

#009cff hex color red value is 0, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #009cff hue: 0.56 , saturation: 1.00 and the lightness value of 009cff is 0.50.

The process color (four color CMYK) of #009cff color hex is 1.00, 0.39, 0.00, 0.00. Web safe color of #009cff is #0099ff. Color #009cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011100 11111111
Octal 0 234 377
Decimal 0 156 255
Hex 0 9C FF

RGB Percentages of Color #009cff

%0.00
%37.96
%62.04

CMYK Percentages of Color #009cff

%100
%39
%0
%0

Triadic Colors of #009cff

#009cff #ff009c #9cff00

Analogous Colors of #009cff

#009cff #001cff #00ffe3

Monochromatic Colors of #009cff

#009cff

Complementary Color

#009cff #ff6300

#009cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#009cff Color CSS Codes

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

#009cff Text Font Color

<p style="color:#009cff">Text here</p>

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


#009cff Background Color

<div style="background-color:#009cff">
Div content here</div>

This div background color is #009cff


#009cff Border Color

<div style="border:3px solid #009cff">
Div here</div>

This div border color is #009cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,156,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009cff;
  -webkit-box-shadow: 1px 1px 3px 2px #009cff;
  box-shadow:         1px 1px 3px 2px #009cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,156,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 #009cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009cff

Related Colors

#009cff Color Palettes


Comments

No comments written yet.

Please login to write comment.