Color Hex Logo

#409fef Color Hex

#409FEF
(64,159,239)
0 Favorites   0 Comments

Color spaces of #409fef

RGB 64159239
HSL0.580.850.59
HSV207°73°94°
CMYK 0.730.330.00   0.06
XYZ30.092532.118386.2748
Yxy32.11830.20270.2163
Hunter Lab56.6730-4.3970-50.5876
CIE-Lab63.4405-1.6341-48.1044

#409fef color RGB value is (64,159,239).

#409fef hex color red value is 64, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #409fef hue: 0.58 , saturation: 0.85 and the lightness value of 409fef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 11101111
Octal 100 237 357
Decimal 64 159 239
Hex 40 9F EF

RGB Percentages of Color #409fef

%13.85
%34.42
%51.73

CMYK Percentages of Color #409fef

%73
%33
%0
%6

Triadic Colors of #409fef

#409fef #ef409f #9fef40

Analogous Colors of #409fef

#409fef #4047ef #40efe8

Monochromatic Colors of #409fef

#409fef

Complementary Color

#409fef #ef9040

#409fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fef Color CSS Codes

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

#409fef Text Font Color

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

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


#409fef Background Color

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

This div background color is #409fef


#409fef Border Color

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

This div border color is #409fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,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 #409fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fef


Comments

No comments written yet.

Please login to write comment.