Color Hex Logo

#409ac4 Color Hex

#409AC4
(64,154,196)
0 Favorites   0 Comments

Color spaces of #409ac4

RGB 64154196
HSL0.550.530.51
HSV199°67°77°
CMYK 0.670.210.00   0.23
XYZ23.633828.186756.4195
Yxy28.18670.21830.2604
Hunter Lab53.0911-13.4493-25.8432
CIE-Lab60.0570-13.4182-29.5069

#409ac4 color RGB value is (64,154,196).

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

The process color (four color CMYK) of #409ac4 color hex is 0.67, 0.21, 0.00, 0.23. Web safe color of #409ac4 is #3399cc. Color #409ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11000100
Octal 100 232 304
Decimal 64 154 196
Hex 40 9A C4

RGB Percentages of Color #409ac4

%15.46
%37.20
%47.34

CMYK Percentages of Color #409ac4

%67
%21
%0
%23

Triadic Colors of #409ac4

#409ac4 #c4409a #9ac440

Analogous Colors of #409ac4

#409ac4 #4058c4 #40c4ac

Monochromatic Colors of #409ac4

#409ac4

Complementary Color

#409ac4 #c46a40

#409ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ac4 Color CSS Codes

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

#409ac4 Text Font Color

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

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


#409ac4 Background Color

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

This div background color is #409ac4


#409ac4 Border Color

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

This div border color is #409ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ac4


Comments

No comments written yet.

Please login to write comment.