Color Hex Logo

#409ddc Color Hex

#409DDC
(64,157,220)
0 Favorites   0 Comments

Color spaces of #409ddc

RGB 64157220
HSL0.570.690.56
HSV204°71°86°
CMYK 0.710.290.00   0.14
XYZ27.089630.371272.1446
Yxy30.37120.20900.2343
Hunter Lab55.1101-8.7002-39.0395
CIE-Lab61.9732-7.0442-39.9225

#409ddc color RGB value is (64,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11011100
Octal 100 235 334
Decimal 64 157 220
Hex 40 9D DC

RGB Percentages of Color #409ddc

%14.51
%35.60
%49.89

CMYK Percentages of Color #409ddc

%71
%29
%0
%14

Triadic Colors of #409ddc

#409ddc #dc409d #9ddc40

Analogous Colors of #409ddc

#409ddc #404fdc #40dccd

Monochromatic Colors of #409ddc

#409ddc

Complementary Color

#409ddc #dc7f40

#409ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ddc Color CSS Codes

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

#409ddc Text Font Color

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

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


#409ddc Background Color

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

This div background color is #409ddc


#409ddc Border Color

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

This div border color is #409ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ddc


Comments

No comments written yet.

Please login to write comment.