Color Hex Logo

#52b644 Color Hex

#52B644
(82,182,68)
0 Favorites   0 Comments

Color spaces of #52b644

RGB 8218268
HSL0.310.460.49
HSV113°63°71°
CMYK 0.550.000.63   0.29
XYZ21.251035.667111.2332
Yxy35.66710.31180.5234
Hunter Lab59.7219-40.997330.6534
CIE-Lab66.2648-51.118748.0340

#52b644 color RGB value is (82,182,68).

#52b644 hex color red value is 82, green value is 182 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #52b644 hue: 0.31 , saturation: 0.46 and the lightness value of 52b644 is 0.49.

The process color (four color CMYK) of #52b644 color hex is 0.55, 0.00, 0.63, 0.29. Web safe color of #52b644 is #66cc33. Color #52b644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110110 01000100
Octal 122 266 104
Decimal 82 182 68
Hex 52 B6 44

RGB Percentages of Color #52b644

%24.70
%54.82
%20.48

CMYK Percentages of Color #52b644

%55
%0
%63
%29

Triadic Colors of #52b644

#52b644 #4452b6 #b64452

Analogous Colors of #52b644

#52b644 #44b66f #8bb644

Monochromatic Colors of #52b644

#52b644

Complementary Color

#52b644 #a844b6

#52b644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b644 Color CSS Codes

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

#52b644 Text Font Color

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

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


#52b644 Background Color

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

This div background color is #52b644


#52b644 Border Color

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

This div border color is #52b644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b644

#52b644 Color Palettes


Comments

No comments written yet.

Please login to write comment.