Color Hex Logo

#419984 Color Hex

#419984
(65,153,132)
0 Favorites   0 Comments

Color spaces of #419984

RGB 65153132
HSL0.460.400.43
HSV166°58°60°
CMYK 0.580.000.14   0.40
XYZ17.736125.572225.8309
Yxy25.57220.25650.3699
Hunter Lab50.5690-25.89025.1126
CIE-Lab57.6287-31.64353.1359

#419984 color RGB value is (65,153,132).

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

The process color (four color CMYK) of #419984 color hex is 0.58, 0.00, 0.14, 0.40. Web safe color of #419984 is #339999. Color #419984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 10000100
Octal 101 231 204
Decimal 65 153 132
Hex 41 99 84

RGB Percentages of Color #419984

%18.57
%43.71
%37.71

CMYK Percentages of Color #419984

%58
%0
%14
%40

Triadic Colors of #419984

#419984 #844199 #998441

Analogous Colors of #419984

#419984 #418299 #419958

Monochromatic Colors of #419984

#419984

Complementary Color

#419984 #994156

#419984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419984 Color CSS Codes

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

#419984 Text Font Color

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

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


#419984 Background Color

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

This div background color is #419984


#419984 Border Color

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

This div border color is #419984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419984


Comments

No comments written yet.

Please login to write comment.