Color Hex Logo

#409edc Color Hex

#409EDC
(64,158,220)
0 Favorites   0 Comments

Color spaces of #409edc

RGB 64158220
HSL0.570.690.56
HSV204°71°86°
CMYK 0.710.280.00   0.14
XYZ27.259530.711072.2012
Yxy30.71100.20940.2359
Hunter Lab55.4175-9.1777-38.4543
CIE-Lab62.2629-7.6065-39.4686

#409edc color RGB value is (64,158,220).

#409edc hex color red value is 64, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #409edc hue: 0.57 , saturation: 0.69 and the lightness value of 409edc is 0.56.

The process color (four color CMYK) of #409edc color hex is 0.71, 0.28, 0.00, 0.14. Web safe color of #409edc is #3399cc. Color #409edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011110 11011100
Octal 100 236 334
Decimal 64 158 220
Hex 40 9E DC

RGB Percentages of Color #409edc

%14.48
%35.75
%49.77

CMYK Percentages of Color #409edc

%71
%28
%0
%14

Triadic Colors of #409edc

#409edc #dc409e #9edc40

Analogous Colors of #409edc

#409edc #4050dc #40dccc

Monochromatic Colors of #409edc

#409edc

Complementary Color

#409edc #dc7e40

#409edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#409edc Color CSS Codes

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

#409edc Text Font Color

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

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


#409edc Background Color

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

This div background color is #409edc


#409edc Border Color

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

This div border color is #409edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409edc


Comments

No comments written yet.

Please login to write comment.