Color Hex Logo

#419684 Color Hex

#419684
(65,150,132)
0 Favorites   0 Comments

Color spaces of #419684

RGB 65150132
HSL0.460.400.42
HSV167°57°59°
CMYK 0.570.000.12   0.41
XYZ17.251224.602525.6693
Yxy24.60250.25550.3644
Hunter Lab49.6009-24.71934.0371
CIE-Lab56.6861-30.20821.7693

#419684 color RGB value is (65,150,132).

#419684 hex color red value is 65, green value is 150 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #419684 hue: 0.46 , saturation: 0.40 and the lightness value of 419684 is 0.42.

The process color (four color CMYK) of #419684 color hex is 0.57, 0.00, 0.12, 0.41. Web safe color of #419684 is #339999. Color #419684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 10000100
Octal 101 226 204
Decimal 65 150 132
Hex 41 96 84

RGB Percentages of Color #419684

%18.73
%43.23
%38.04

CMYK Percentages of Color #419684

%57
%0
%12
%41

Triadic Colors of #419684

#419684 #844196 #968441

Analogous Colors of #419684

#419684 #417e96 #41965a

Monochromatic Colors of #419684

#419684

Complementary Color

#419684 #964153

#419684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419684 Color CSS Codes

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

#419684 Text Font Color

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

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


#419684 Background Color

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

This div background color is #419684


#419684 Border Color

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

This div border color is #419684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,150,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419684;
  -webkit-box-shadow: 1px 1px 3px 2px #419684;
  box-shadow:         1px 1px 3px 2px #419684; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419684


Comments

No comments written yet.

Please login to write comment.