Color Hex Logo

#409997 Color Hex

#409997
(64,153,151)
0 Favorites   0 Comments

Color spaces of #409997

RGB 64153151
HSL0.500.410.43
HSV179°58°60°
CMYK 0.580.000.01   0.40
XYZ19.091526.106833.3110
Yxy26.10680.24320.3325
Hunter Lab51.0948-22.7197-2.8874
CIE-Lab58.1383-26.7395-6.9389

#409997 color RGB value is (64,153,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011001 10010111
Octal 100 231 227
Decimal 64 153 151
Hex 40 99 97

RGB Percentages of Color #409997

%17.39
%41.58
%41.03

CMYK Percentages of Color #409997

%58
%0
%1
%40

Triadic Colors of #409997

#409997 #974099 #999740

Analogous Colors of #409997

#409997 #406f99 #40996b

Monochromatic Colors of #409997

#409997

Complementary Color

#409997 #994042

#409997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409997 Color CSS Codes

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

#409997 Text Font Color

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

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


#409997 Background Color

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

This div background color is #409997


#409997 Border Color

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

This div border color is #409997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409997


Comments

No comments written yet.

Please login to write comment.