Color Hex Logo

#52beac Color Hex

#52BEAC
(82,190,172)
0 Favorites   0 Comments

Color spaces of #52beac

RGB 82190172
HSL0.470.450.53
HSV170°57°75°
CMYK 0.570.000.09   0.25
XYZ29.339541.599345.5128
Yxy41.59930.25190.3572
Hunter Lab64.4975-31.67223.3102
CIE-Lab70.5938-35.3335-0.2394

#52beac color RGB value is (82,190,172).

#52beac hex color red value is 82, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #52beac hue: 0.47 , saturation: 0.45 and the lightness value of 52beac is 0.53.

The process color (four color CMYK) of #52beac color hex is 0.57, 0.00, 0.09, 0.25. Web safe color of #52beac is #66cc99. Color #52beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111110 10101100
Octal 122 276 254
Decimal 82 190 172
Hex 52 BE AC

RGB Percentages of Color #52beac

%18.47
%42.79
%38.74

CMYK Percentages of Color #52beac

%57
%0
%9
%25

Triadic Colors of #52beac

#52beac #ac52be #beac52

Analogous Colors of #52beac

#52beac #529abe #52be76

Monochromatic Colors of #52beac

#52beac

Complementary Color

#52beac #be5264

#52beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#52beac Color CSS Codes

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

#52beac Text Font Color

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

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


#52beac Background Color

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

This div background color is #52beac


#52beac Border Color

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

This div border color is #52beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52beac


Comments

No comments written yet.

Please login to write comment.