Color Hex Logo

#408ebd Color Hex

#408EBD
(64,142,189)
0 Favorites   0 Comments

Color spaces of #408ebd

RGB 64142189
HSL0.560.490.50
HSV203°66°74°
CMYK 0.660.250.00   0.26
XYZ20.972724.110151.6925
Yxy24.11010.21670.2491
Hunter Lab49.1020-9.6868-28.0465
CIE-Lab56.1979-9.0574-31.5429

#408ebd color RGB value is (64,142,189).

#408ebd hex color red value is 64, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #408ebd hue: 0.56 , saturation: 0.49 and the lightness value of 408ebd is 0.50.

The process color (four color CMYK) of #408ebd color hex is 0.66, 0.25, 0.00, 0.26. Web safe color of #408ebd is #3399cc. Color #408ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001110 10111101
Octal 100 216 275
Decimal 64 142 189
Hex 40 8E BD

RGB Percentages of Color #408ebd

%16.20
%35.95
%47.85

CMYK Percentages of Color #408ebd

%66
%25
%0
%26

Triadic Colors of #408ebd

#408ebd #bd408e #8ebd40

Analogous Colors of #408ebd

#408ebd #404fbd #40bdae

Monochromatic Colors of #408ebd

#408ebd

Complementary Color

#408ebd #bd6f40

#408ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#408ebd Color CSS Codes

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

#408ebd Text Font Color

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

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


#408ebd Background Color

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

This div background color is #408ebd


#408ebd Border Color

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

This div border color is #408ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408ebd


Comments

No comments written yet.

Please login to write comment.