Color Hex Logo

#409796 Color Hex

#409796
(64,151,150)
0 Favorites   0 Comments

Color spaces of #409796

RGB 64151150
HSL0.500.400.42
HSV179°58°59°
CMYK 0.580.000.01   0.41
XYZ18.686025.425232.7769
Yxy25.42520.24300.3307
Hunter Lab50.4234-22.0921-3.2441
CIE-Lab57.4874-26.0219-7.3371

#409796 color RGB value is (64,151,150).

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

The process color (four color CMYK) of #409796 color hex is 0.58, 0.00, 0.01, 0.41. Web safe color of #409796 is #339999. Color #409796 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010111 10010110
Octal 100 227 226
Decimal 64 151 150
Hex 40 97 96

RGB Percentages of Color #409796

%17.53
%41.37
%41.10

CMYK Percentages of Color #409796

%58
%0
%1
%41

Triadic Colors of #409796

#409796 #964097 #979640

Analogous Colors of #409796

#409796 #406d97 #40976b

Monochromatic Colors of #409796

#409796

Complementary Color

#409796 #974041

#409796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409796 Color CSS Codes

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

#409796 Text Font Color

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

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


#409796 Background Color

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

This div background color is #409796


#409796 Border Color

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

This div border color is #409796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409796


Comments

No comments written yet.

Please login to write comment.