Color Hex Logo

#62985a Color Hex

#62985A
(98,152,90)
0 Favorites   0 Comments

Color spaces of #62985a

RGB 9815290
HSL0.310.260.47
HSV112°41°60°
CMYK 0.360.000.41   0.40
XYZ18.110725.791313.6966
Yxy25.79130.31440.4478
Hunter Lab50.7851-25.218419.5593
CIE-Lab57.8384-30.549827.0969

#62985a color RGB value is (98,152,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011000 01011010
Octal 142 230 132
Decimal 98 152 90
Hex 62 98 5A

RGB Percentages of Color #62985a

%28.82
%44.71
%26.47

CMYK Percentages of Color #62985a

%36
%0
%41
%40

Triadic Colors of #62985a

#62985a #5a6298 #985a62

Analogous Colors of #62985a

#62985a #5a9871 #81985a

Monochromatic Colors of #62985a

#62985a

Complementary Color

#62985a #905a98

#62985a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62985a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62985a Color CSS Codes

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

#62985a Text Font Color

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

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


#62985a Background Color

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

This div background color is #62985a


#62985a Border Color

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

This div border color is #62985a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,152,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 #62985a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62985a


Comments

No comments written yet.

Please login to write comment.