Color Hex Logo

#419cad Color Hex

#419CAD
(65,156,173)
0 Favorites   0 Comments

Color spaces of #419cad

RGB 65156173
HSL0.530.450.47
HSV189°62°68°
CMYK 0.620.100.00   0.32
XYZ21.611327.917943.7848
Yxy27.91790.23160.2992
Hunter Lab52.8374-19.4562-12.1457
CIE-Lab59.8145-21.6103-16.9074

#419cad color RGB value is (65,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 10101101
Octal 101 234 255
Decimal 65 156 173
Hex 41 9C AD

RGB Percentages of Color #419cad

%16.50
%39.59
%43.91

CMYK Percentages of Color #419cad

%62
%10
%0
%32

Triadic Colors of #419cad

#419cad #ad419c #9cad41

Analogous Colors of #419cad

#419cad #4166ad #41ad88

Monochromatic Colors of #419cad

#419cad

Complementary Color

#419cad #ad5241

#419cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cad Color CSS Codes

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

#419cad Text Font Color

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

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


#419cad Background Color

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

This div background color is #419cad


#419cad Border Color

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

This div border color is #419cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cad


Comments

No comments written yet.

Please login to write comment.