Color Hex Logo

#52996e Color Hex

#52996E
(82,153,110)
0 Favorites   0 Comments

Color spaces of #52996e

RGB 82153110
HSL0.400.300.46
HSV144°46°60°
CMYK 0.460.000.28   0.40
XYZ17.685425.702118.7807
Yxy25.70210.28450.4134
Hunter Lab50.6972-26.451613.5242
CIE-Lab57.7532-32.452515.8303

#52996e color RGB value is (82,153,110).

#52996e hex color red value is 82, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #52996e hue: 0.40 , saturation: 0.30 and the lightness value of 52996e is 0.46.

The process color (four color CMYK) of #52996e color hex is 0.46, 0.00, 0.28, 0.40. Web safe color of #52996e is #669966. Color #52996e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 01101110
Octal 122 231 156
Decimal 82 153 110
Hex 52 99 6E

RGB Percentages of Color #52996e

%23.77
%44.35
%31.88

CMYK Percentages of Color #52996e

%46
%0
%28
%40

Triadic Colors of #52996e

#52996e #6e5299 #996e52

Analogous Colors of #52996e

#52996e #529992 #5a9952

Monochromatic Colors of #52996e

#52996e

Complementary Color

#52996e #99527d

#52996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52996e Color CSS Codes

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

#52996e Text Font Color

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

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


#52996e Background Color

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

This div background color is #52996e


#52996e Border Color

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

This div border color is #52996e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,153,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52996e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52996e;
  -webkit-box-shadow: 1px 1px 3px 2px #52996e;
  box-shadow:         1px 1px 3px 2px #52996e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52996e


Comments

No comments written yet.

Please login to write comment.