Color Hex Logo

#416bae Color Hex

#416BAE
(65,107,174)
0 Favorites   0 Comments

Color spaces of #416bae

RGB 65107174
HSL0.600.460.47
HSV217°63°68°
CMYK 0.630.390.00   0.32
XYZ15.077614.695242.0862
Yxy14.69520.20980.2045
Hunter Lab38.33433.1223-38.2588
CIE-Lab45.21396.8137-40.1467

#416bae color RGB value is (65,107,174).

#416bae hex color red value is 65, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #416bae hue: 0.60 , saturation: 0.46 and the lightness value of 416bae is 0.47.

The process color (four color CMYK) of #416bae color hex is 0.63, 0.39, 0.00, 0.32. Web safe color of #416bae is #336699. Color #416bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 10101110
Octal 101 153 256
Decimal 65 107 174
Hex 41 6B AE

RGB Percentages of Color #416bae

%18.79
%30.92
%50.29

CMYK Percentages of Color #416bae

%63
%39
%0
%32

Triadic Colors of #416bae

#416bae #ae416b #6bae41

Analogous Colors of #416bae

#416bae #4d41ae #41a2ae

Monochromatic Colors of #416bae

#416bae

Complementary Color

#416bae #ae8441

#416bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#416bae Color CSS Codes

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

#416bae Text Font Color

<p style="color:#416bae">Text here</p>

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


#416bae Background Color

<div style="background-color:#416bae">
Div content here</div>

This div background color is #416bae


#416bae Border Color

<div style="border:3px solid #416bae">
Div here</div>

This div border color is #416bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,107,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416bae;
  -webkit-box-shadow: 1px 1px 3px 2px #416bae;
  box-shadow:         1px 1px 3px 2px #416bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,107,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 #416bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416bae


Comments

No comments written yet.

Please login to write comment.