Color Hex Logo

#52e6bd Color Hex

#52E6BD
(82,230,189)
0 Favorites   0 Comments

Color spaces of #52e6bd

RGB 82230189
HSL0.450.750.61
HSV163°64°90°
CMYK 0.640.000.18   0.10
XYZ40.961862.061657.9643
Yxy62.06160.25440.3855
Hunter Lab78.7792-45.051211.5209
CIE-Lab82.9462-48.81838.5041

#52e6bd color RGB value is (82,230,189).

#52e6bd hex color red value is 82, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #52e6bd hue: 0.45 , saturation: 0.75 and the lightness value of 52e6bd is 0.61.

The process color (four color CMYK) of #52e6bd color hex is 0.64, 0.00, 0.18, 0.10. Web safe color of #52e6bd is #66ffcc. Color #52e6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11100110 10111101
Octal 122 346 275
Decimal 82 230 189
Hex 52 E6 BD

RGB Percentages of Color #52e6bd

%16.37
%45.91
%37.72

CMYK Percentages of Color #52e6bd

%64
%0
%18
%10

Triadic Colors of #52e6bd

#52e6bd #bd52e6 #e6bd52

Analogous Colors of #52e6bd

#52e6bd #52c5e6 #52e673

Monochromatic Colors of #52e6bd

#52e6bd

Complementary Color

#52e6bd #e6527b

#52e6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e6bd Color CSS Codes

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

#52e6bd Text Font Color

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

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


#52e6bd Background Color

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

This div background color is #52e6bd


#52e6bd Border Color

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

This div border color is #52e6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e6bd


Comments

No comments written yet.

Please login to write comment.