Color Hex Logo

#52adbc Color Hex

#52ADBC
(82,173,188)
0 Favorites   0 Comments

Color spaces of #52adbc

RGB 82173188
HSL0.520.440.53
HSV188°56°74°
CMYK 0.560.080.00   0.26
XYZ27.500335.311852.9434
Yxy35.31180.23760.3051
Hunter Lab59.4237-21.3847-11.2276
CIE-Lab65.9907-22.7066-15.9072

#52adbc color RGB value is (82,173,188).

#52adbc hex color red value is 82, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #52adbc hue: 0.52 , saturation: 0.44 and the lightness value of 52adbc is 0.53.

The process color (four color CMYK) of #52adbc color hex is 0.56, 0.08, 0.00, 0.26. Web safe color of #52adbc is #6699cc. Color #52adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 10111100
Octal 122 255 274
Decimal 82 173 188
Hex 52 AD BC

RGB Percentages of Color #52adbc

%18.51
%39.05
%42.44

CMYK Percentages of Color #52adbc

%56
%8
%0
%26

Triadic Colors of #52adbc

#52adbc #bc52ad #adbc52

Analogous Colors of #52adbc

#52adbc #5278bc #52bc96

Monochromatic Colors of #52adbc

#52adbc

Complementary Color

#52adbc #bc6152

#52adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52adbc Color CSS Codes

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

#52adbc Text Font Color

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

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


#52adbc Background Color

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

This div background color is #52adbc


#52adbc Border Color

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

This div border color is #52adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52adbc


Comments

No comments written yet.

Please login to write comment.