Color Hex Logo

#52c430 Color Hex

#52C430
(82,196,48)
0 Favorites   0 Comments

Color spaces of #52c430

RGB 8219648
HSL0.300.610.48
HSV106°76°77°
CMYK 0.580.000.76   0.23
XYZ23.753141.48719.5522
Yxy41.48710.31760.5547
Hunter Lab64.4105-46.891736.2945
CIE-Lab70.5159-57.971160.2975

#52c430 color RGB value is (82,196,48).

#52c430 hex color red value is 82, green value is 196 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #52c430 hue: 0.30 , saturation: 0.61 and the lightness value of 52c430 is 0.48.

The process color (four color CMYK) of #52c430 color hex is 0.58, 0.00, 0.76, 0.23. Web safe color of #52c430 is #66cc33. Color #52c430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11000100 00110000
Octal 122 304 60
Decimal 82 196 48
Hex 52 C4 30

RGB Percentages of Color #52c430

%25.15
%60.12
%14.72

CMYK Percentages of Color #52c430

%58
%0
%76
%23

Triadic Colors of #52c430

#52c430 #3052c4 #c43052

Analogous Colors of #52c430

#52c430 #30c458 #9cc430

Monochromatic Colors of #52c430

#52c430

Complementary Color

#52c430 #a230c4

#52c430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c430 Color CSS Codes

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

#52c430 Text Font Color

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

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


#52c430 Background Color

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

This div background color is #52c430


#52c430 Border Color

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

This div border color is #52c430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c430


Comments

No comments written yet.

Please login to write comment.