Color Hex Logo

#039fef Color Hex

#039FEF
(3,159,239)
0 Favorites   0 Comments

Color spaces of #039fef

RGB 3159239
HSL0.560.980.47
HSV200°99°94°
CMYK 0.990.330.00   0.06
XYZ28.015731.047686.1776
Yxy31.04760.19290.2138
Hunter Lab55.7204-7.7625-52.6942
CIE-Lab62.5478-5.8133-49.5741

#039fef color RGB value is (3,159,239).

#039fef hex color red value is 3, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #039fef hue: 0.56 , saturation: 0.98 and the lightness value of 039fef is 0.47.

The process color (four color CMYK) of #039fef color hex is 0.99, 0.33, 0.00, 0.06. Web safe color of #039fef is #0099ff. Color #039fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011111 11101111
Octal 3 237 357
Decimal 3 159 239
Hex 3 9F EF

RGB Percentages of Color #039fef

%0.75
%39.65
%59.60

CMYK Percentages of Color #039fef

%99
%33
%0
%6

Triadic Colors of #039fef

#039fef #ef039f #9fef03

Analogous Colors of #039fef

#039fef #0329ef #03efc9

Monochromatic Colors of #039fef

#039fef

Complementary Color

#039fef #ef5303

#039fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#039fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#039fef Color CSS Codes

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

#039fef Text Font Color

<p style="color:#039fef">Text here</p>

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


#039fef Background Color

<div style="background-color:#039fef">
Div content here</div>

This div background color is #039fef


#039fef Border Color

<div style="border:3px solid #039fef">
Div here</div>

This div border color is #039fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,159,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #039fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #039fef;
  -webkit-box-shadow: 1px 1px 3px 2px #039fef;
  box-shadow:         1px 1px 3px 2px #039fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,159,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #039fef


Comments

No comments written yet.

Please login to write comment.