Color Hex Logo

#409dbc Color Hex

#409DBC
(64,157,188)
0 Favorites   0 Comments

Color spaces of #409dbc

RGB 64157188
HSL0.540.490.49
HSV195°66°74°
CMYK 0.660.160.00   0.26
XYZ23.248428.834851.9173
Yxy28.83480.22350.2773
Hunter Lab53.6980-16.6906-19.7352
CIE-Lab60.6356-17.6302-24.1176

#409dbc color RGB value is (64,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 10111100
Octal 100 235 274
Decimal 64 157 188
Hex 40 9D BC

RGB Percentages of Color #409dbc

%15.65
%38.39
%45.97

CMYK Percentages of Color #409dbc

%66
%16
%0
%26

Triadic Colors of #409dbc

#409dbc #bc409d #9dbc40

Analogous Colors of #409dbc

#409dbc #405fbc #40bc9d

Monochromatic Colors of #409dbc

#409dbc

Complementary Color

#409dbc #bc5f40

#409dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#409dbc Color CSS Codes

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

#409dbc Text Font Color

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

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


#409dbc Background Color

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

This div background color is #409dbc


#409dbc Border Color

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

This div border color is #409dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409dbc


Comments

No comments written yet.

Please login to write comment.