Color Hex Logo

#609480 Color Hex

#609480
(96,148,128)
0 Favorites   0 Comments

Color spaces of #609480

RGB 96148128
HSL0.440.210.48
HSV157°35°58°
CMYK 0.350.000.14   0.42
XYZ19.310125.225124.2733
Yxy25.22510.28060.3666
Hunter Lab50.2246-19.26436.5027
CIE-Lab57.2941-21.98735.0993

#609480 color RGB value is (96,148,128).

#609480 hex color red value is 96, green value is 148 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #609480 hue: 0.44 , saturation: 0.21 and the lightness value of 609480 is 0.48.

The process color (four color CMYK) of #609480 color hex is 0.35, 0.00, 0.14, 0.42. Web safe color of #609480 is #669999. Color #609480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 10000000
Octal 140 224 200
Decimal 96 148 128
Hex 60 94 80

RGB Percentages of Color #609480

%25.81
%39.78
%34.41

CMYK Percentages of Color #609480

%35
%0
%14
%42

Triadic Colors of #609480

#609480 #806094 #948060

Analogous Colors of #609480

#609480 #608e94 #609466

Monochromatic Colors of #609480

#609480

Complementary Color

#609480 #946074

#609480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609480 Color CSS Codes

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

#609480 Text Font Color

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

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


#609480 Background Color

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

This div background color is #609480


#609480 Border Color

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

This div border color is #609480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,148,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609480;
  -webkit-box-shadow: 1px 1px 3px 2px #609480;
  box-shadow:         1px 1px 3px 2px #609480; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,148,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609480


Comments

No comments written yet.

Please login to write comment.