color codes Logo

#52b01c color codes

#52B01C
(82,176,28)
0 Favorites   0 Comments

Color spaces of #52b01c

RGB 8217628
HSL0.270.730.40
HSV98°84°69°
CMYK 0.530.000.84   0.31
XYZ19.214632.92836.4417
Yxy32.92830.32800.5621
Hunter Lab57.3832-40.650333.5125
CIE-Lab64.1028-51.820660.1773

#52b01c color RGB value is (82,176,28).

#52b01c hex color red value is 82, green value is 176 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #52b01c hue: 0.27 , saturation: 0.73 and the lightness value of 52b01c is 0.40.

The process color (four color CMYK) of #52b01c color code is 0.53, 0.00, 0.84, 0.31. Web safe color of #52b01c is #669933. Color #52b01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110000 00011100
Octal 122 260 34
Decimal 82 176 28
Hex 52 B0 1C

RGB Percentages of Color #52b01c

%28.67
%61.54
%9.79

CMYK Percentages of Color #52b01c

%53
%0
%84
%31

Triadic Colors of #52b01c

#52b01c #1c52b0 #b01c52

Analogous Colors of #52b01c

#52b01c #1cb030 #9cb01c

Monochromatic Colors of #52b01c

#52b01c

Complementary Color

#52b01c #7a1cb0

#52b01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b01c Color CSS Codes

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

#52b01c Text Font Color

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

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


#52b01c Background Color

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

This div background color is #52b01c


#52b01c Border Color

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

This div border color is #52b01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b01c


Comments

No comments written yet.

Please login to write comment.