Color Hex Logo

#52c8bd Color Hex

#52C8BD
(82,200,189)
0 Favorites   0 Comments

Color spaces of #52c8bd

RGB 82200189
HSL0.480.520.55
HSV174°59°78°
CMYK 0.590.000.05   0.22
XYZ33.319346.776555.4168
Yxy46.77650.24590.3452
Hunter Lab68.3933-32.7282-0.1653
CIE-Lab74.0466-35.5804-4.4297

#52c8bd color RGB value is (82,200,189).

#52c8bd hex color red value is 82, green value is 200 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #52c8bd hue: 0.48 , saturation: 0.52 and the lightness value of 52c8bd is 0.55.

The process color (four color CMYK) of #52c8bd color hex is 0.59, 0.00, 0.05, 0.22. Web safe color of #52c8bd is #66cccc. Color #52c8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001000 10111101
Octal 122 310 275
Decimal 82 200 189
Hex 52 C8 BD

RGB Percentages of Color #52c8bd

%17.41
%42.46
%40.13

CMYK Percentages of Color #52c8bd

%59
%0
%5
%22

Triadic Colors of #52c8bd

#52c8bd #bd52c8 #c8bd52

Analogous Colors of #52c8bd

#52c8bd #5298c8 #52c882

Monochromatic Colors of #52c8bd

#52c8bd

Complementary Color

#52c8bd #c8525d

#52c8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c8bd Color CSS Codes

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

#52c8bd Text Font Color

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

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


#52c8bd Background Color

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

This div background color is #52c8bd


#52c8bd Border Color

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

This div border color is #52c8bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,200,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 #52c8bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c8bd


Comments

No comments written yet.

Please login to write comment.