Color Hex Logo

#52b163 Color Hex

#52B163
(82,177,99)
0 Favorites   0 Comments

Color spaces of #52b163

RGB 8217799
HSL0.360.380.51
HSV131°54°69°
CMYK 0.540.000.44   0.31
XYZ21.453934.139017.2631
Yxy34.13900.29450.4686
Hunter Lab58.4286-36.708123.3824
CIE-Lab65.0728-45.017931.5335

#52b163 color RGB value is (82,177,99).

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

The process color (four color CMYK) of #52b163 color hex is 0.54, 0.00, 0.44, 0.31. Web safe color of #52b163 is #669966. Color #52b163 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110001 01100011
Octal 122 261 143
Decimal 82 177 99
Hex 52 B1 63

RGB Percentages of Color #52b163

%22.91
%49.44
%27.65

CMYK Percentages of Color #52b163

%54
%0
%44
%31

Triadic Colors of #52b163

#52b163 #6352b1 #b16352

Analogous Colors of #52b163

#52b163 #52b193 #71b152

Monochromatic Colors of #52b163

#52b163

Complementary Color

#52b163 #b152a0

#52b163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b163 Color CSS Codes

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

#52b163 Text Font Color

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

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


#52b163 Background Color

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

This div background color is #52b163


#52b163 Border Color

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

This div border color is #52b163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b163


Comments

No comments written yet.

Please login to write comment.