Color Hex Logo

#417daa Color Hex

#417DAA
(65,125,170)
0 Favorites   0 Comments

Color spaces of #417daa

RGB 65125170
HSL0.570.450.46
HSV206°62°67°
CMYK 0.620.260.00   0.33
XYZ16.769318.693340.7545
Yxy18.69330.22000.2453
Hunter Lab43.2357-6.4300-25.6224
CIE-Lab50.3264-5.4570-29.7788

#417daa color RGB value is (65,125,170).

#417daa hex color red value is 65, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #417daa hue: 0.57 , saturation: 0.45 and the lightness value of 417daa is 0.46.

The process color (four color CMYK) of #417daa color hex is 0.62, 0.26, 0.00, 0.33. Web safe color of #417daa is #336699. Color #417daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 10101010
Octal 101 175 252
Decimal 65 125 170
Hex 41 7D AA

RGB Percentages of Color #417daa

%18.06
%34.72
%47.22

CMYK Percentages of Color #417daa

%62
%26
%0
%33

Triadic Colors of #417daa

#417daa #aa417d #7daa41

Analogous Colors of #417daa

#417daa #4148aa #41aaa3

Monochromatic Colors of #417daa

#417daa

Complementary Color

#417daa #aa6e41

#417daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#417daa Color CSS Codes

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

#417daa Text Font Color

<p style="color:#417daa">Text here</p>

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


#417daa Background Color

<div style="background-color:#417daa">
Div content here</div>

This div background color is #417daa


#417daa Border Color

<div style="border:3px solid #417daa">
Div here</div>

This div border color is #417daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,125,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417daa;
  -webkit-box-shadow: 1px 1px 3px 2px #417daa;
  box-shadow:         1px 1px 3px 2px #417daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,125,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417daa


Comments

No comments written yet.

Please login to write comment.