Color Hex Logo

#409fde Color Hex

#409FDE
(64,159,222)
0 Favorites   0 Comments

Color spaces of #409fde

RGB 64159222
HSL0.570.710.56
HSV204°71°87°
CMYK 0.710.280.00   0.13
XYZ27.697331.160273.6620
Yxy31.16020.20900.2351
Hunter Lab55.8213-9.1196-39.1644
CIE-Lab62.6426-7.4875-39.9823

#409fde color RGB value is (64,159,222).

#409fde hex color red value is 64, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #409fde hue: 0.57 , saturation: 0.71 and the lightness value of 409fde is 0.56.

The process color (four color CMYK) of #409fde color hex is 0.71, 0.28, 0.00, 0.13. Web safe color of #409fde is #3399cc. Color #409fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 11011110
Octal 100 237 336
Decimal 64 159 222
Hex 40 9F DE

RGB Percentages of Color #409fde

%14.38
%35.73
%49.89

CMYK Percentages of Color #409fde

%71
%28
%0
%13

Triadic Colors of #409fde

#409fde #de409f #9fde40

Analogous Colors of #409fde

#409fde #4050de #40dece

Monochromatic Colors of #409fde

#409fde

Complementary Color

#409fde #de7f40

#409fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fde Color CSS Codes

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

#409fde Text Font Color

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

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


#409fde Background Color

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

This div background color is #409fde


#409fde Border Color

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

This div border color is #409fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fde


Comments

No comments written yet.

Please login to write comment.