Color Hex Logo

#409abd Color Hex

#409ABD
(64,154,189)
1 Favorites   0 Comments

Color spaces of #409abd

RGB 64154189
HSL0.550.490.50
HSV197°66°74°
CMYK 0.660.190.00   0.26
XYZ22.855327.875352.3200
Yxy27.87530.22180.2705
Hunter Lab52.7971-15.1241-21.7963
CIE-Lab59.7759-15.6973-26.0027

#409abd color RGB value is (64,154,189).

#409abd hex color red value is 64, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #409abd hue: 0.55 , saturation: 0.49 and the lightness value of 409abd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 10111101
Octal 100 232 275
Decimal 64 154 189
Hex 40 9A BD

RGB Percentages of Color #409abd

%15.72
%37.84
%46.44

CMYK Percentages of Color #409abd

%66
%19
%0
%26

Triadic Colors of #409abd

#409abd #bd409a #9abd40

Analogous Colors of #409abd

#409abd #405bbd #40bda2

Monochromatic Colors of #409abd

#409abd

Complementary Color

#409abd #bd6340

#409abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409abd Color CSS Codes

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

#409abd Text Font Color

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

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


#409abd Background Color

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

This div background color is #409abd


#409abd Border Color

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

This div border color is #409abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409abd


Comments

No comments written yet.

Please login to write comment.