Color Hex Logo

#409fae Color Hex

#409FAE
(64,159,174)
0 Favorites   0 Comments

Color spaces of #409fae

RGB 64159174
HSL0.520.460.47
HSV188°63°68°
CMYK 0.630.090.00   0.32
XYZ22.152528.942344.4633
Yxy28.94230.23180.3029
Hunter Lab53.7980-20.6454-11.3437
CIE-Lab60.7307-23.0329-16.0864

#409fae color RGB value is (64,159,174).

#409fae hex color red value is 64, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #409fae hue: 0.52 , saturation: 0.46 and the lightness value of 409fae is 0.47.

The process color (four color CMYK) of #409fae color hex is 0.63, 0.09, 0.00, 0.32. Web safe color of #409fae is #339999. Color #409fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 10101110
Octal 100 237 256
Decimal 64 159 174
Hex 40 9F AE

RGB Percentages of Color #409fae

%16.12
%40.05
%43.83

CMYK Percentages of Color #409fae

%63
%9
%0
%32

Triadic Colors of #409fae

#409fae #ae409f #9fae40

Analogous Colors of #409fae

#409fae #4068ae #40ae86

Monochromatic Colors of #409fae

#409fae

Complementary Color

#409fae #ae4f40

#409fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fae Color CSS Codes

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

#409fae Text Font Color

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

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


#409fae Background Color

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

This div background color is #409fae


#409fae Border Color

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

This div border color is #409fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fae


Comments

No comments written yet.

Please login to write comment.