Color Hex Logo

#409aef Color Hex

#409AEF
(64,154,239)
0 Favorites   0 Comments

Color spaces of #409aef

RGB 64154239
HSL0.580.850.59
HSV209°73°94°
CMYK 0.730.360.00   0.06
XYZ29.249930.433285.9939
Yxy30.43320.20080.2089
Hunter Lab55.1663-1.8979-53.8056
CIE-Lab62.02621.2513-50.3418

#409aef color RGB value is (64,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11101111
Octal 100 232 357
Decimal 64 154 239
Hex 40 9A EF

RGB Percentages of Color #409aef

%14.00
%33.70
%52.30

CMYK Percentages of Color #409aef

%73
%36
%0
%6

Triadic Colors of #409aef

#409aef #ef409a #9aef40

Analogous Colors of #409aef

#409aef #4042ef #40efed

Monochromatic Colors of #409aef

#409aef

Complementary Color

#409aef #ef9540

#409aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#409aef Color CSS Codes

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

#409aef Text Font Color

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

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


#409aef Background Color

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

This div background color is #409aef


#409aef Border Color

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

This div border color is #409aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409aef


Comments

No comments written yet.

Please login to write comment.