Color Hex Logo

#408acd Color Hex

#408ACD
(64,138,205)
0 Favorites   0 Comments

Color spaces of #408acd

RGB 64138205
HSL0.580.590.53
HSV209°69°80°
CMYK 0.690.330.00   0.20
XYZ22.222323.674761.1560
Yxy23.67470.20760.2211
Hunter Lab48.6567-3.6252-40.4613
CIE-Lab55.7606-1.2874-41.2896

#408acd color RGB value is (64,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001010 11001101
Octal 100 212 315
Decimal 64 138 205
Hex 40 8A CD

RGB Percentages of Color #408acd

%15.72
%33.91
%50.37

CMYK Percentages of Color #408acd

%69
%33
%0
%20

Triadic Colors of #408acd

#408acd #cd408a #8acd40

Analogous Colors of #408acd

#408acd #4044cd #40cdca

Monochromatic Colors of #408acd

#408acd

Complementary Color

#408acd #cd8340

#408acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#408acd Color CSS Codes

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

#408acd Text Font Color

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

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


#408acd Background Color

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

This div background color is #408acd


#408acd Border Color

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

This div border color is #408acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,138,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 #408acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408acd


Comments

No comments written yet.

Please login to write comment.