Color Hex Logo

#52bb2b Color Hex

#52BB2B
(82,187,43)
0 Favorites   0 Comments

Color spaces of #52bb2b

RGB 8218743
HSL0.290.630.45
HSV104°77°73°
CMYK 0.560.000.77   0.27
XYZ21.686037.50898.3825
Yxy37.50890.32090.5551
Hunter Lab61.2445-43.973034.7562
CIE-Lab67.6571-55.063459.1550

#52bb2b color RGB value is (82,187,43).

#52bb2b hex color red value is 82, green value is 187 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #52bb2b hue: 0.29 , saturation: 0.63 and the lightness value of 52bb2b is 0.45.

The process color (four color CMYK) of #52bb2b color hex is 0.56, 0.00, 0.77, 0.27. Web safe color of #52bb2b is #66cc33. Color #52bb2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 00101011
Octal 122 273 53
Decimal 82 187 43
Hex 52 BB 2B

RGB Percentages of Color #52bb2b

%26.28
%59.94
%13.78

CMYK Percentages of Color #52bb2b

%56
%0
%77
%27

Triadic Colors of #52bb2b

#52bb2b #2b52bb #bb2b52

Analogous Colors of #52bb2b

#52bb2b #2bbb4c #9abb2b

Monochromatic Colors of #52bb2b

#52bb2b

Complementary Color

#52bb2b #942bbb

#52bb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bb2b Color CSS Codes

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

#52bb2b Text Font Color

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

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


#52bb2b Background Color

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

This div background color is #52bb2b


#52bb2b Border Color

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

This div border color is #52bb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bb2b


Comments

No comments written yet.

Please login to write comment.