Color Hex Logo

#419cae Color Hex

#419CAE
(65,156,174)
0 Favorites   0 Comments

Color spaces of #419cae

RGB 65156174
HSL0.530.460.47
HSV190°63°68°
CMYK 0.630.100.00   0.32
XYZ21.708427.956744.2964
Yxy27.95670.23100.2975
Hunter Lab52.8741-19.2433-12.6596
CIE-Lab59.8496-21.3052-17.4196

#419cae color RGB value is (65,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 10101110
Octal 101 234 256
Decimal 65 156 174
Hex 41 9C AE

RGB Percentages of Color #419cae

%16.46
%39.49
%44.05

CMYK Percentages of Color #419cae

%63
%10
%0
%32

Triadic Colors of #419cae

#419cae #ae419c #9cae41

Analogous Colors of #419cae

#419cae #4166ae #41ae8a

Monochromatic Colors of #419cae

#419cae

Complementary Color

#419cae #ae5341

#419cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cae Color CSS Codes

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

#419cae Text Font Color

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

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


#419cae Background Color

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

This div background color is #419cae


#419cae Border Color

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

This div border color is #419cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cae


Comments

No comments written yet.

Please login to write comment.