Color Hex Logo

#409abc Color Hex

#409ABC
(64,154,188)
0 Favorites   0 Comments

Color spaces of #409abc

RGB 64154188
HSL0.550.490.49
HSV196°66°74°
CMYK 0.660.180.00   0.26
XYZ22.747127.832051.7502
Yxy27.83200.22230.2720
Hunter Lab52.7560-15.3583-21.2304
CIE-Lab59.7367-16.0195-25.4996

#409abc color RGB value is (64,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 10111100
Octal 100 232 274
Decimal 64 154 188
Hex 40 9A BC

RGB Percentages of Color #409abc

%15.76
%37.93
%46.31

CMYK Percentages of Color #409abc

%66
%18
%0
%26

Triadic Colors of #409abc

#409abc #bc409a #9abc40

Analogous Colors of #409abc

#409abc #405cbc #40bca0

Monochromatic Colors of #409abc

#409abc

Complementary Color

#409abc #bc6240

#409abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#409abc Color CSS Codes

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

#409abc Text Font Color

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

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


#409abc Background Color

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

This div background color is #409abc


#409abc Border Color

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

This div border color is #409abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409abc


Comments

No comments written yet.

Please login to write comment.