Color Hex Logo

#409aba Color Hex

#409ABA
(64,154,186)
0 Favorites   0 Comments

Color spaces of #409aba

RGB 64154186
HSL0.540.490.49
HSV196°66°73°
CMYK 0.660.170.00   0.27
XYZ22.532927.746450.6223
Yxy27.74640.22330.2750
Hunter Lab52.6749-15.8234-20.1073
CIE-Lab59.6589-16.6620-24.4913

#409aba color RGB value is (64,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 10111010
Octal 100 232 272
Decimal 64 154 186
Hex 40 9A BA

RGB Percentages of Color #409aba

%15.84
%38.12
%46.04

CMYK Percentages of Color #409aba

%66
%17
%0
%27

Triadic Colors of #409aba

#409aba #ba409a #9aba40

Analogous Colors of #409aba

#409aba #405dba #40ba9d

Monochromatic Colors of #409aba

#409aba

Complementary Color

#409aba #ba6040

#409aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#409aba Color CSS Codes

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

#409aba Text Font Color

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

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


#409aba Background Color

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

This div background color is #409aba


#409aba Border Color

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

This div border color is #409aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409aba


Comments

No comments written yet.

Please login to write comment.