Color Hex Logo

#409dbe Color Hex

#409DBE
(64,157,190)
0 Favorites   0 Comments

Color spaces of #409dbe

RGB 64157190
HSL0.540.500.50
HSV196°66°75°
CMYK 0.660.170.00   0.25
XYZ23.465628.921653.0609
Yxy28.92160.22250.2743
Hunter Lab53.7788-16.2270-20.8534
CIE-Lab60.7124-16.9906-25.1240

#409dbe color RGB value is (64,157,190).

#409dbe hex color red value is 64, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #409dbe hue: 0.54 , saturation: 0.50 and the lightness value of 409dbe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 10111110
Octal 100 235 276
Decimal 64 157 190
Hex 40 9D BE

RGB Percentages of Color #409dbe

%15.57
%38.20
%46.23

CMYK Percentages of Color #409dbe

%66
%17
%0
%25

Triadic Colors of #409dbe

#409dbe #be409d #9dbe40

Analogous Colors of #409dbe

#409dbe #405ebe #40bea0

Monochromatic Colors of #409dbe

#409dbe

Complementary Color

#409dbe #be6140

#409dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#409dbe Color CSS Codes

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

#409dbe Text Font Color

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

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


#409dbe Background Color

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

This div background color is #409dbe


#409dbe Border Color

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

This div border color is #409dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409dbe


Comments

No comments written yet.

Please login to write comment.