Color Hex Logo

#416edf Color Hex

#416EDF
(65,110,223)
0 Favorites   0 Comments

Color spaces of #416edf

RGB 65110223
HSL0.620.710.56
HSV223°71°87°
CMYK 0.710.510.00   0.13
XYZ21.075217.603472.0990
Yxy17.60340.19020.1589
Hunter Lab41.956416.2390-72.5160
CIE-Lab49.011522.4097-62.2336

#416edf color RGB value is (65,110,223).

#416edf hex color red value is 65, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #416edf hue: 0.62 , saturation: 0.71 and the lightness value of 416edf is 0.56.

The process color (four color CMYK) of #416edf color hex is 0.71, 0.51, 0.00, 0.13. Web safe color of #416edf is #3366cc. Color #416edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 11011111
Octal 101 156 337
Decimal 65 110 223
Hex 41 6E DF

RGB Percentages of Color #416edf

%16.33
%27.64
%56.03

CMYK Percentages of Color #416edf

%71
%51
%0
%13

Triadic Colors of #416edf

#416edf #df416e #6edf41

Analogous Colors of #416edf

#416edf #6341df #41bddf

Monochromatic Colors of #416edf

#416edf

Complementary Color

#416edf #dfb241

#416edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#416edf Color CSS Codes

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

#416edf Text Font Color

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

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


#416edf Background Color

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

This div background color is #416edf


#416edf Border Color

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

This div border color is #416edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416edf


Comments

No comments written yet.

Please login to write comment.