Color Hex Logo

#409acd Color Hex

#409ACD
(64,154,205)
0 Favorites   0 Comments

Color spaces of #409acd

RGB 64154205
HSL0.560.590.53
HSV202°69°80°
CMYK 0.690.250.00   0.20
XYZ24.689428.609061.9784
Yxy28.60900.21420.2482
Hunter Lab53.4874-11.2086-31.2610
CIE-Lab60.4350-10.4342-33.9668

#409acd color RGB value is (64,154,205).

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

The process color (four color CMYK) of #409acd color hex is 0.69, 0.25, 0.00, 0.20. Web safe color of #409acd is #3399cc. Color #409acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11001101
Octal 100 232 315
Decimal 64 154 205
Hex 40 9A CD

RGB Percentages of Color #409acd

%15.13
%36.41
%48.46

CMYK Percentages of Color #409acd

%69
%25
%0
%20

Triadic Colors of #409acd

#409acd #cd409a #9acd40

Analogous Colors of #409acd

#409acd #4054cd #40cdba

Monochromatic Colors of #409acd

#409acd

Complementary Color

#409acd #cd7340

#409acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409acd Color CSS Codes

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

#409acd Text Font Color

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

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


#409acd Background Color

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

This div background color is #409acd


#409acd Border Color

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

This div border color is #409acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409acd


Comments

No comments written yet.

Please login to write comment.