Color Hex Logo

#408ede Color Hex

#408EDE
(64,142,222)
0 Favorites   0 Comments

Color spaces of #408ede

RGB 64142222
HSL0.580.710.56
HSV210°71°87°
CMYK 0.710.360.00   0.13
XYZ24.972225.709972.7536
Yxy25.70990.20230.2083
Hunter Lab50.7049-0.8223-49.5784
CIE-Lab57.76072.3065-47.6748

#408ede color RGB value is (64,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001110 11011110
Octal 100 216 336
Decimal 64 142 222
Hex 40 8E DE

RGB Percentages of Color #408ede

%14.95
%33.18
%51.87

CMYK Percentages of Color #408ede

%71
%36
%0
%13

Triadic Colors of #408ede

#408ede #de408e #8ede40

Analogous Colors of #408ede

#408ede #4140de #40ddde

Monochromatic Colors of #408ede

#408ede

Complementary Color

#408ede #de9040

#408ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#408ede Color CSS Codes

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

#408ede Text Font Color

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

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


#408ede Background Color

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

This div background color is #408ede


#408ede Border Color

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

This div border color is #408ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408ede


Comments

No comments written yet.

Please login to write comment.