Color Hex Logo

#409fba Color Hex

#409FBA
(64,159,186)
0 Favorites   0 Comments

Color spaces of #409fba

RGB 64159186
HSL0.540.490.49
HSV193°66°73°
CMYK 0.660.150.00   0.27
XYZ23.375429.431450.9032
Yxy29.43140.22540.2838
Hunter Lab54.2507-18.0272-17.6560
CIE-Lab61.1605-19.3245-22.1885

#409fba color RGB value is (64,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 10111010
Octal 100 237 272
Decimal 64 159 186
Hex 40 9F BA

RGB Percentages of Color #409fba

%15.65
%38.88
%45.48

CMYK Percentages of Color #409fba

%66
%15
%0
%27

Triadic Colors of #409fba

#409fba #ba409f #9fba40

Analogous Colors of #409fba

#409fba #4062ba #40ba98

Monochromatic Colors of #409fba

#409fba

Complementary Color

#409fba #ba5b40

#409fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fba Color CSS Codes

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

#409fba Text Font Color

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

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


#409fba Background Color

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

This div background color is #409fba


#409fba Border Color

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

This div border color is #409fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,159,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 #409fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fba


Comments

No comments written yet.

Please login to write comment.