Color Hex Logo

#52b25d Color Hex

#52B25D
(82,178,93)
0 Favorites   0 Comments

Color spaces of #52b25d

RGB 8217893
HSL0.350.380.51
HSV127°54°70°
CMYK 0.540.000.48   0.30
XYZ21.375934.424915.8740
Yxy34.42490.29820.4803
Hunter Lab58.6727-37.645425.0299
CIE-Lab65.2984-46.360134.9076

#52b25d color RGB value is (82,178,93).

#52b25d hex color red value is 82, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #52b25d hue: 0.35 , saturation: 0.38 and the lightness value of 52b25d is 0.51.

The process color (four color CMYK) of #52b25d color hex is 0.54, 0.00, 0.48, 0.30. Web safe color of #52b25d is #669966. Color #52b25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110010 01011101
Octal 122 262 135
Decimal 82 178 93
Hex 52 B2 5D

RGB Percentages of Color #52b25d

%23.23
%50.42
%26.35

CMYK Percentages of Color #52b25d

%54
%0
%48
%30

Triadic Colors of #52b25d

#52b25d #5d52b2 #b25d52

Analogous Colors of #52b25d

#52b25d #52b28d #77b252

Monochromatic Colors of #52b25d

#52b25d

Complementary Color

#52b25d #b252a7

#52b25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b25d Color CSS Codes

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

#52b25d Text Font Color

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

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


#52b25d Background Color

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

This div background color is #52b25d


#52b25d Border Color

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

This div border color is #52b25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b25d


Comments

No comments written yet.

Please login to write comment.