Color Hex Logo

#409faa Color Hex

#409FAA
(64,159,170)
0 Favorites   0 Comments

Color spaces of #409faa

RGB 64159170
HSL0.520.450.46
HSV186°62°67°
CMYK 0.620.060.00   0.33
XYZ21.768228.788542.4397
Yxy28.78850.23410.3096
Hunter Lab53.6549-21.4773-9.3385
CIE-Lab60.5945-24.2357-14.0351

#409faa color RGB value is (64,159,170).

#409faa hex color red value is 64, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #409faa hue: 0.52 , saturation: 0.45 and the lightness value of 409faa is 0.46.

The process color (four color CMYK) of #409faa color hex is 0.62, 0.06, 0.00, 0.33. Web safe color of #409faa is #339999. Color #409faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 10101010
Octal 100 237 252
Decimal 64 159 170
Hex 40 9F AA

RGB Percentages of Color #409faa

%16.28
%40.46
%43.26

CMYK Percentages of Color #409faa

%62
%6
%0
%33

Triadic Colors of #409faa

#409faa #aa409f #9faa40

Analogous Colors of #409faa

#409faa #406aaa #40aa80

Monochromatic Colors of #409faa

#409faa

Complementary Color

#409faa #aa4b40

#409faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#409faa Color CSS Codes

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

#409faa Text Font Color

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

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


#409faa Background Color

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

This div background color is #409faa


#409faa Border Color

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

This div border color is #409faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409faa


Comments

No comments written yet.

Please login to write comment.