Color Hex Logo

#419ead Color Hex

#419EAD
(65,158,173)
0 Favorites   0 Comments

Color spaces of #419ead

RGB 65158173
HSL0.520.450.47
HSV188°62°68°
CMYK 0.620.090.00   0.32
XYZ21.949728.594743.8976
Yxy28.59470.23240.3028
Hunter Lab53.4740-20.3099-11.2402
CIE-Lab60.4223-22.6453-15.9862

#419ead color RGB value is (65,158,173).

#419ead hex color red value is 65, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #419ead hue: 0.52 , saturation: 0.45 and the lightness value of 419ead is 0.47.

The process color (four color CMYK) of #419ead color hex is 0.62, 0.09, 0.00, 0.32. Web safe color of #419ead is #339999. Color #419ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011110 10101101
Octal 101 236 255
Decimal 65 158 173
Hex 41 9E AD

RGB Percentages of Color #419ead

%16.41
%39.90
%43.69

CMYK Percentages of Color #419ead

%62
%9
%0
%32

Triadic Colors of #419ead

#419ead #ad419e #9ead41

Analogous Colors of #419ead

#419ead #4168ad #41ad86

Monochromatic Colors of #419ead

#419ead

Complementary Color

#419ead #ad5041

#419ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#419ead Color CSS Codes

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

#419ead Text Font Color

<p style="color:#419ead">Text here</p>

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


#419ead Background Color

<div style="background-color:#419ead">
Div content here</div>

This div background color is #419ead


#419ead Border Color

<div style="border:3px solid #419ead">
Div here</div>

This div border color is #419ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,158,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419ead;
  -webkit-box-shadow: 1px 1px 3px 2px #419ead;
  box-shadow:         1px 1px 3px 2px #419ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419ead


Comments

No comments written yet.

Please login to write comment.