Color Hex Logo

#409c90 Color Hex

#409C90
(64,156,144)
0 Favorites   0 Comments

Color spaces of #409c90

RGB 64156144
HSL0.480.420.43
HSV172°59°61°
CMYK 0.590.000.08   0.39
XYZ19.036926.880530.5707
Yxy26.88050.24890.3514
Hunter Lab51.8464-25.18981.3327
CIE-Lab58.8636-30.1450-1.8868

#409c90 color RGB value is (64,156,144).

#409c90 hex color red value is 64, green value is 156 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #409c90 hue: 0.48 , saturation: 0.42 and the lightness value of 409c90 is 0.43.

The process color (four color CMYK) of #409c90 color hex is 0.59, 0.00, 0.08, 0.39. Web safe color of #409c90 is #339999. Color #409c90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011100 10010000
Octal 100 234 220
Decimal 64 156 144
Hex 40 9C 90

RGB Percentages of Color #409c90

%17.58
%42.86
%39.56

CMYK Percentages of Color #409c90

%59
%0
%8
%39

Triadic Colors of #409c90

#409c90 #90409c #9c9040

Analogous Colors of #409c90

#409c90 #407a9c #409c62

Monochromatic Colors of #409c90

#409c90

Complementary Color

#409c90 #9c404c

#409c90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409c90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409c90 Color CSS Codes

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

#409c90 Text Font Color

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

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


#409c90 Background Color

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

This div background color is #409c90


#409c90 Border Color

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

This div border color is #409c90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,156,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409c90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409c90;
  -webkit-box-shadow: 1px 1px 3px 2px #409c90;
  box-shadow:         1px 1px 3px 2px #409c90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409c90


Comments

No comments written yet.

Please login to write comment.