Color Hex Logo

#52cfad Color Hex

#52CFAD
(82,207,173)
0 Favorites   0 Comments

Color spaces of #52cfad

RGB 82207173
HSL0.450.570.57
HSV164°60°81°
CMYK 0.600.000.16   0.19
XYZ33.335349.436647.3204
Yxy49.43660.25620.3800
Hunter Lab70.3112-38.41579.3148
CIE-Lab75.7221-42.74626.6486

#52cfad color RGB value is (82,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001111 10101101
Octal 122 317 255
Decimal 82 207 173
Hex 52 CF AD

RGB Percentages of Color #52cfad

%17.75
%44.81
%37.45

CMYK Percentages of Color #52cfad

%60
%0
%16
%19

Triadic Colors of #52cfad

#52cfad #ad52cf #cfad52

Analogous Colors of #52cfad

#52cfad #52b3cf #52cf6f

Monochromatic Colors of #52cfad

#52cfad

Complementary Color

#52cfad #cf5274

#52cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cfad Color CSS Codes

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

#52cfad Text Font Color

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

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


#52cfad Background Color

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

This div background color is #52cfad


#52cfad Border Color

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

This div border color is #52cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cfad


Comments

No comments written yet.

Please login to write comment.