Color Hex Logo

#409dee Color Hex

#409DEE
(64,157,238)
0 Favorites   0 Comments

Color spaces of #409dee

RGB 64157238
HSL0.580.840.59
HSV208°73°93°
CMYK 0.730.340.00   0.07
XYZ29.603931.377085.3850
Yxy31.37700.20230.2144
Hunter Lab56.0152-3.6897-51.1663
CIE-Lab62.8246-0.8337-48.5279

#409dee color RGB value is (64,157,238).

#409dee hex color red value is 64, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #409dee hue: 0.58 , saturation: 0.84 and the lightness value of 409dee is 0.59.

The process color (four color CMYK) of #409dee color hex is 0.73, 0.34, 0.00, 0.07. Web safe color of #409dee is #3399ff. Color #409dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11101110
Octal 100 235 356
Decimal 64 157 238
Hex 40 9D EE

RGB Percentages of Color #409dee

%13.94
%34.20
%51.85

CMYK Percentages of Color #409dee

%73
%34
%0
%7

Triadic Colors of #409dee

#409dee #ee409d #9dee40

Analogous Colors of #409dee

#409dee #4046ee #40eee8

Monochromatic Colors of #409dee

#409dee

Complementary Color

#409dee #ee9140

#409dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#409dee Color CSS Codes

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

#409dee Text Font Color

<p style="color:#409dee">Text here</p>

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


#409dee Background Color

<div style="background-color:#409dee">
Div content here</div>

This div background color is #409dee


#409dee Border Color

<div style="border:3px solid #409dee">
Div here</div>

This div border color is #409dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,157,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409dee;
  -webkit-box-shadow: 1px 1px 3px 2px #409dee;
  box-shadow:         1px 1px 3px 2px #409dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409dee


Comments

No comments written yet.

Please login to write comment.