Color Hex Logo

#009fff Color Hex

#009FFF
(0,159,255)
8 Favorites   0 Comments

Color spaces of #009fff

RGB 0159255
HSL0.561.000.50
HSV203°100°100°
CMYK 1.000.380.00   0.00
XYZ30.448132.016399.1827
Yxy32.01630.18840.1981
Hunter Lab56.5829-2.9667-64.3198
CIE-Lab63.35640.0658-57.0538

#009fff color RGB value is (0,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011111 11111111
Octal 0 237 377
Decimal 0 159 255
Hex 0 9F FF

RGB Percentages of Color #009fff

%0.00
%38.41
%61.59

CMYK Percentages of Color #009fff

%100
%38
%0
%0

Triadic Colors of #009fff

#009fff #ff009f #9fff00

Analogous Colors of #009fff

#009fff #001fff #00ffe0

Monochromatic Colors of #009fff

#009fff

Complementary Color

#009fff #ff6000

#009fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#009fff Color CSS Codes

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

#009fff Text Font Color

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

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


#009fff Background Color

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

This div background color is #009fff


#009fff Border Color

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

This div border color is #009fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009fff


Comments

No comments written yet.

Please login to write comment.