Color Hex Logo

#52bc2b Color Hex

#52BC2B
(82,188,43)
0 Favorites   0 Comments

Color spaces of #52bc2b

RGB 8218843
HSL0.290.630.45
HSV104°77°74°
CMYK 0.560.000.77   0.26
XYZ21.898937.93478.4534
Yxy37.93470.32070.5555
Hunter Lab61.5912-44.318434.9762
CIE-Lab67.9725-55.426259.4595

#52bc2b color RGB value is (82,188,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 00101011
Octal 122 274 53
Decimal 82 188 43
Hex 52 BC 2B

RGB Percentages of Color #52bc2b

%26.20
%60.06
%13.74

CMYK Percentages of Color #52bc2b

%56
%0
%77
%26

Triadic Colors of #52bc2b

#52bc2b #2b52bc #bc2b52

Analogous Colors of #52bc2b

#52bc2b #2bbc4d #9bbc2b

Monochromatic Colors of #52bc2b

#52bc2b

Complementary Color

#52bc2b #952bbc

#52bc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bc2b Color CSS Codes

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

#52bc2b Text Font Color

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

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


#52bc2b Background Color

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

This div background color is #52bc2b


#52bc2b Border Color

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

This div border color is #52bc2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,188,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 #52bc2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bc2b


Comments

No comments written yet.

Please login to write comment.