Color Hex Logo

#409ace Color Hex

#409ACE
(64,154,206)
0 Favorites   0 Comments

Color spaces of #409ace

RGB 64154206
HSL0.560.590.53
HSV202°69°81°
CMYK 0.690.250.00   0.19
XYZ24.810528.657462.6163
Yxy28.65740.21370.2469
Hunter Lab53.5326-10.9535-31.8778
CIE-Lab60.4781-10.0991-34.4592

#409ace color RGB value is (64,154,206).

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

The process color (four color CMYK) of #409ace color hex is 0.69, 0.25, 0.00, 0.19. Web safe color of #409ace is #3399cc. Color #409ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11001110
Octal 100 232 316
Decimal 64 154 206
Hex 40 9A CE

RGB Percentages of Color #409ace

%15.09
%36.32
%48.58

CMYK Percentages of Color #409ace

%69
%25
%0
%19

Triadic Colors of #409ace

#409ace #ce409a #9ace40

Analogous Colors of #409ace

#409ace #4053ce #40cebb

Monochromatic Colors of #409ace

#409ace

Complementary Color

#409ace #ce7440

#409ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ace Color CSS Codes

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

#409ace Text Font Color

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

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


#409ace Background Color

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

This div background color is #409ace


#409ace Border Color

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

This div border color is #409ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ace


Comments

No comments written yet.

Please login to write comment.