Color Hex Logo

#409ddd Color Hex

#409DDD
(64,157,221)
0 Favorites   0 Comments

Color spaces of #409ddd

RGB 64157221
HSL0.570.700.56
HSV204°71°87°
CMYK 0.710.290.00   0.13
XYZ27.222530.424472.8443
Yxy30.42440.20860.2332
Hunter Lab55.1583-8.4313-39.6899
CIE-Lab62.0187-6.7031-40.4060

#409ddd color RGB value is (64,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11011101
Octal 100 235 335
Decimal 64 157 221
Hex 40 9D DD

RGB Percentages of Color #409ddd

%14.48
%35.52
%50.00

CMYK Percentages of Color #409ddd

%71
%29
%0
%13

Triadic Colors of #409ddd

#409ddd #dd409d #9ddd40

Analogous Colors of #409ddd

#409ddd #404fdd #40ddcf

Monochromatic Colors of #409ddd

#409ddd

Complementary Color

#409ddd #dd8040

#409ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ddd Color CSS Codes

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

#409ddd Text Font Color

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

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


#409ddd Background Color

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

This div background color is #409ddd


#409ddd Border Color

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

This div border color is #409ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ddd


Comments

No comments written yet.

Please login to write comment.