Color Hex Logo

#52eaaf Color Hex

#52EAAF
(82,234,175)
0 Favorites   0 Comments

Color spaces of #52eaaf

RGB 82234175
HSL0.440.780.62
HSV157°65°92°
CMYK 0.650.000.25   0.08
XYZ40.640463.734650.7175
Yxy63.73460.26200.4109
Hunter Lab79.8340-48.841918.2176
CIE-Lab83.8274-53.607117.0814

#52eaaf color RGB value is (82,234,175).

#52eaaf hex color red value is 82, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #52eaaf hue: 0.44 , saturation: 0.78 and the lightness value of 52eaaf is 0.62.

The process color (four color CMYK) of #52eaaf color hex is 0.65, 0.00, 0.25, 0.08. Web safe color of #52eaaf is #66ff99. Color #52eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101010 10101111
Octal 122 352 257
Decimal 82 234 175
Hex 52 EA AF

RGB Percentages of Color #52eaaf

%16.70
%47.66
%35.64

CMYK Percentages of Color #52eaaf

%65
%0
%25
%8

Triadic Colors of #52eaaf

#52eaaf #af52ea #eaaf52

Analogous Colors of #52eaaf

#52eaaf #52d9ea #52ea63

Monochromatic Colors of #52eaaf

#52eaaf

Complementary Color

#52eaaf #ea528d

#52eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eaaf Color CSS Codes

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

#52eaaf Text Font Color

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

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


#52eaaf Background Color

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

This div background color is #52eaaf


#52eaaf Border Color

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

This div border color is #52eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eaaf


Comments

No comments written yet.

Please login to write comment.