Color Hex Logo

#408def Color Hex

#408DEF
(64,141,239)
0 Favorites   0 Comments

Color spaces of #408def

RGB 64141239
HSL0.590.850.59
HSV214°73°94°
CMYK 0.730.410.00   0.06
XYZ27.219226.371785.3170
Yxy26.37170.19600.1899
Hunter Lab51.35344.7432-62.5553
CIE-Lab58.38828.9322-56.1279

#408def color RGB value is (64,141,239).

#408def hex color red value is 64, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #408def hue: 0.59 , saturation: 0.85 and the lightness value of 408def is 0.59.

The process color (four color CMYK) of #408def color hex is 0.73, 0.41, 0.00, 0.06. Web safe color of #408def is #3399ff. Color #408def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001101 11101111
Octal 100 215 357
Decimal 64 141 239
Hex 40 8D EF

RGB Percentages of Color #408def

%14.41
%31.76
%53.83

CMYK Percentages of Color #408def

%73
%41
%0
%6

Triadic Colors of #408def

#408def #ef408d #8def40

Analogous Colors of #408def

#408def #4b40ef #40e5ef

Monochromatic Colors of #408def

#408def

Complementary Color

#408def #efa240

#408def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408def Color Preview on White Background

Lorem ipsum dolor sit amet.

#408def Color CSS Codes

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

#408def Text Font Color

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

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


#408def Background Color

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

This div background color is #408def


#408def Border Color

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

This div border color is #408def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408def


Comments

No comments written yet.

Please login to write comment.