Color Hex Logo

#52aa92 Color Hex

#52AA92
(82,170,146)
0 Favorites   0 Comments

Color spaces of #52aa92

RGB 82170146
HSL0.450.350.49
HSV164°52°67°
CMYK 0.520.000.14   0.33
XYZ23.042732.618632.2757
Yxy32.61860.26200.3709
Hunter Lab57.1127-27.92966.4727
CIE-Lab63.8509-32.41444.3212

#52aa92 color RGB value is (82,170,146).

#52aa92 hex color red value is 82, green value is 170 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #52aa92 hue: 0.45 , saturation: 0.35 and the lightness value of 52aa92 is 0.49.

The process color (four color CMYK) of #52aa92 color hex is 0.52, 0.00, 0.14, 0.33. Web safe color of #52aa92 is #669999. Color #52aa92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 10010010
Octal 122 252 222
Decimal 82 170 146
Hex 52 AA 92

RGB Percentages of Color #52aa92

%20.60
%42.71
%36.68

CMYK Percentages of Color #52aa92

%52
%0
%14
%33

Triadic Colors of #52aa92

#52aa92 #9252aa #aa9252

Analogous Colors of #52aa92

#52aa92 #5296aa #52aa66

Monochromatic Colors of #52aa92

#52aa92

Complementary Color

#52aa92 #aa526a

#52aa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aa92 Color CSS Codes

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

#52aa92 Text Font Color

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

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


#52aa92 Background Color

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

This div background color is #52aa92


#52aa92 Border Color

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

This div border color is #52aa92


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,170,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52aa92; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52aa92;
  -webkit-box-shadow: 1px 1px 3px 2px #52aa92;
  box-shadow:         1px 1px 3px 2px #52aa92; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aa92


Comments

No comments written yet.

Please login to write comment.