Color Hex Logo

#417eac Color Hex

#417EAC
(65,126,172)
0 Favorites   0 Comments

Color spaces of #417eac

RGB 65126172
HSL0.570.450.46
HSV206°62°67°
CMYK 0.620.270.00   0.33
XYZ17.087219.024141.8011
Yxy19.02410.21930.2442
Hunter Lab43.6166-6.4001-26.2904
CIE-Lab50.7154-5.3725-30.3316

#417eac color RGB value is (65,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 10101100
Octal 101 176 254
Decimal 65 126 172
Hex 41 7E AC

RGB Percentages of Color #417eac

%17.91
%34.71
%47.38

CMYK Percentages of Color #417eac

%62
%27
%0
%33

Triadic Colors of #417eac

#417eac #ac417e #7eac41

Analogous Colors of #417eac

#417eac #4149ac #41aca5

Monochromatic Colors of #417eac

#417eac

Complementary Color

#417eac #ac6f41

#417eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#417eac Color CSS Codes

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

#417eac Text Font Color

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

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


#417eac Background Color

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

This div background color is #417eac


#417eac Border Color

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

This div border color is #417eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417eac


Comments

No comments written yet.

Please login to write comment.