Color Hex Logo

#409099 Color Hex

#409099
(64,144,153)
0 Favorites   0 Comments

Color spaces of #409099

RGB 64144153
HSL0.520.410.43
HSV186°58°60°
CMYK 0.580.060.00   0.40
XYZ17.837423.336433.7012
Yxy23.33640.23820.3117
Hunter Lab48.3078-18.6284-7.5474
CIE-Lab55.4172-21.5680-12.1547

#409099 color RGB value is (64,144,153).

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

The process color (four color CMYK) of #409099 color hex is 0.58, 0.06, 0.00, 0.40. Web safe color of #409099 is #339999. Color #409099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010000 10011001
Octal 100 220 231
Decimal 64 144 153
Hex 40 90 99

RGB Percentages of Color #409099

%17.73
%39.89
%42.38

CMYK Percentages of Color #409099

%58
%6
%0
%40

Triadic Colors of #409099

#409099 #994090 #909940

Analogous Colors of #409099

#409099 #406399 #409976

Monochromatic Colors of #409099

#409099

Complementary Color

#409099 #994940

#409099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409099 Color CSS Codes

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

#409099 Text Font Color

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

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


#409099 Background Color

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

This div background color is #409099


#409099 Border Color

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

This div border color is #409099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409099


Comments

No comments written yet.

Please login to write comment.