Color Hex Logo

#609082 Color Hex

#609082
(96,144,130)
0 Favorites   0 Comments

Color spaces of #609082

RGB 96144130
HSL0.450.200.47
HSV163°33°56°
CMYK 0.330.000.10   0.44
XYZ18.826424.045024.7680
Yxy24.04500.27830.3555
Hunter Lab49.0357-17.28054.3775
CIE-Lab56.1328-19.45692.2788

#609082 color RGB value is (96,144,130).

#609082 hex color red value is 96, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #609082 hue: 0.45 , saturation: 0.20 and the lightness value of 609082 is 0.47.

The process color (four color CMYK) of #609082 color hex is 0.33, 0.00, 0.10, 0.44. Web safe color of #609082 is #669999. Color #609082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010000 10000010
Octal 140 220 202
Decimal 96 144 130
Hex 60 90 82

RGB Percentages of Color #609082

%25.95
%38.92
%35.14

CMYK Percentages of Color #609082

%33
%0
%10
%44

Triadic Colors of #609082

#609082 #826090 #908260

Analogous Colors of #609082

#609082 #608690 #60906a

Monochromatic Colors of #609082

#609082

Complementary Color

#609082 #90606e

#609082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609082 Color CSS Codes

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

#609082 Text Font Color

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

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


#609082 Background Color

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

This div background color is #609082


#609082 Border Color

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

This div border color is #609082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609082


Comments

No comments written yet.

Please login to write comment.