Color Hex Logo

#62995a Color Hex

#62995A
(98,153,90)
0 Favorites   0 Comments

Color spaces of #62995a

RGB 9815390
HSL0.310.260.48
HSV112°41°60°
CMYK 0.360.000.41   0.40
XYZ18.273726.117313.7509
Yxy26.11730.31430.4492
Hunter Lab51.1051-25.607519.8203
CIE-Lab58.1482-31.024527.4988

#62995a color RGB value is (98,153,90).

#62995a hex color red value is 98, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #62995a hue: 0.31 , saturation: 0.26 and the lightness value of 62995a is 0.48.

The process color (four color CMYK) of #62995a color hex is 0.36, 0.00, 0.41, 0.40. Web safe color of #62995a is #669966. Color #62995a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011001 01011010
Octal 142 231 132
Decimal 98 153 90
Hex 62 99 5A

RGB Percentages of Color #62995a

%28.74
%44.87
%26.39

CMYK Percentages of Color #62995a

%36
%0
%41
%40

Triadic Colors of #62995a

#62995a #5a6299 #995a62

Analogous Colors of #62995a

#62995a #5a9972 #82995a

Monochromatic Colors of #62995a

#62995a

Complementary Color

#62995a #915a99

#62995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62995a Color CSS Codes

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

#62995a Text Font Color

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

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


#62995a Background Color

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

This div background color is #62995a


#62995a Border Color

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

This div border color is #62995a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,153,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62995a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62995a;
  -webkit-box-shadow: 1px 1px 3px 2px #62995a;
  box-shadow:         1px 1px 3px 2px #62995a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62995a


Comments

No comments written yet.

Please login to write comment.