Color Hex Logo

#52daba Color Hex

#52DABA
(82,218,186)
0 Favorites   0 Comments

Color spaces of #52daba

RGB 82218186
HSL0.460.650.59
HSV166°62°85°
CMYK 0.620.000.15   0.15
XYZ37.414055.481855.1915
Yxy55.48180.25260.3747
Hunter Lab74.4861-40.69108.2085
CIE-Lab79.3180-44.41424.8756

#52daba color RGB value is (82,218,186).

#52daba hex color red value is 82, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #52daba hue: 0.46 , saturation: 0.65 and the lightness value of 52daba is 0.59.

The process color (four color CMYK) of #52daba color hex is 0.62, 0.00, 0.15, 0.15. Web safe color of #52daba is #66cccc. Color #52daba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 10111010
Octal 122 332 272
Decimal 82 218 186
Hex 52 DA BA

RGB Percentages of Color #52daba

%16.87
%44.86
%38.27

CMYK Percentages of Color #52daba

%62
%0
%15
%15

Triadic Colors of #52daba

#52daba #ba52da #daba52

Analogous Colors of #52daba

#52daba #52b6da #52da76

Monochromatic Colors of #52daba

#52daba

Complementary Color

#52daba #da5272

#52daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#52daba Color CSS Codes

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

#52daba Text Font Color

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

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


#52daba Background Color

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

This div background color is #52daba


#52daba Border Color

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

This div border color is #52daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52daba


Comments

No comments written yet.

Please login to write comment.