Color Hex Logo

#409daf Color Hex

#409DAF
(64,157,175)
0 Favorites   0 Comments

Color spaces of #409daf

RGB 64157175
HSL0.530.460.47
HSV190°63°69°
CMYK 0.630.100.00   0.31
XYZ21.909228.299144.8650
Yxy28.29910.23040.2977
Hunter Lab53.1969-19.5792-12.7659
CIE-Lab60.1580-21.6951-17.5192

#409daf color RGB value is (64,157,175).

#409daf hex color red value is 64, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #409daf hue: 0.53 , saturation: 0.46 and the lightness value of 409daf is 0.47.

The process color (four color CMYK) of #409daf color hex is 0.63, 0.10, 0.00, 0.31. Web safe color of #409daf is #339999. Color #409daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 10101111
Octal 100 235 257
Decimal 64 157 175
Hex 40 9D AF

RGB Percentages of Color #409daf

%16.16
%39.65
%44.19

CMYK Percentages of Color #409daf

%63
%10
%0
%31

Triadic Colors of #409daf

#409daf #af409d #9daf40

Analogous Colors of #409daf

#409daf #4066af #40af8a

Monochromatic Colors of #409daf

#409daf

Complementary Color

#409daf #af5240

#409daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#409daf Color CSS Codes

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

#409daf Text Font Color

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

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


#409daf Background Color

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

This div background color is #409daf


#409daf Border Color

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

This div border color is #409daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409daf


Comments

No comments written yet.

Please login to write comment.