Color Hex Logo

#408cad Color Hex

#408CAD
(64,140,173)
0 Favorites   0 Comments

Color spaces of #408cad

RGB 64140173
HSL0.550.460.46
HSV198°63°68°
CMYK 0.630.190.00   0.32
XYZ19.035322.863342.9450
Yxy22.86330.22440.2695
Hunter Lab47.8156-12.6167-19.7797
CIE-Lab54.9313-13.2036-24.3768

#408cad color RGB value is (64,140,173).

#408cad hex color red value is 64, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #408cad hue: 0.55 , saturation: 0.46 and the lightness value of 408cad is 0.46.

The process color (four color CMYK) of #408cad color hex is 0.63, 0.19, 0.00, 0.32. Web safe color of #408cad is #339999. Color #408cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001100 10101101
Octal 100 214 255
Decimal 64 140 173
Hex 40 8C AD

RGB Percentages of Color #408cad

%16.98
%37.14
%45.89

CMYK Percentages of Color #408cad

%63
%19
%0
%32

Triadic Colors of #408cad

#408cad #ad408c #8cad40

Analogous Colors of #408cad

#408cad #4055ad #40ad98

Monochromatic Colors of #408cad

#408cad

Complementary Color

#408cad #ad6140

#408cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#408cad Color CSS Codes

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

#408cad Text Font Color

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

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


#408cad Background Color

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

This div background color is #408cad


#408cad Border Color

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

This div border color is #408cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408cad


Comments

No comments written yet.

Please login to write comment.