Color Hex Logo

#52cfaa Color Hex

#52CFAA
(82,207,170)
0 Favorites   0 Comments

Color spaces of #52cfaa

RGB 82207170
HSL0.450.570.57
HSV162°60°81°
CMYK 0.600.000.18   0.19
XYZ33.048249.321845.8084
Yxy49.32180.25780.3848
Hunter Lab70.2295-38.904110.4877
CIE-Lab75.6511-43.45518.1571

#52cfaa color RGB value is (82,207,170).

#52cfaa hex color red value is 82, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #52cfaa hue: 0.45 , saturation: 0.57 and the lightness value of 52cfaa is 0.57.

The process color (four color CMYK) of #52cfaa color hex is 0.60, 0.00, 0.18, 0.19. Web safe color of #52cfaa is #66cc99. Color #52cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001111 10101010
Octal 122 317 252
Decimal 82 207 170
Hex 52 CF AA

RGB Percentages of Color #52cfaa

%17.86
%45.10
%37.04

CMYK Percentages of Color #52cfaa

%60
%0
%18
%19

Triadic Colors of #52cfaa

#52cfaa #aa52cf #cfaa52

Analogous Colors of #52cfaa

#52cfaa #52b6cf #52cf6c

Monochromatic Colors of #52cfaa

#52cfaa

Complementary Color

#52cfaa #cf5277

#52cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cfaa Color CSS Codes

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

#52cfaa Text Font Color

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

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


#52cfaa Background Color

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

This div background color is #52cfaa


#52cfaa Border Color

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

This div border color is #52cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cfaa


Comments

No comments written yet.

Please login to write comment.