Color Hex Logo

#52adbf Color Hex

#52ADBF
(82,173,191)
0 Favorites   0 Comments

Color spaces of #52adbf

RGB 82173191
HSL0.530.460.54
HSV190°57°75°
CMYK 0.570.090.00   0.25
XYZ27.827235.442654.6647
Yxy35.44260.23600.3005
Hunter Lab59.5337-20.7496-12.7674
CIE-Lab66.0918-21.8372-17.4191

#52adbf color RGB value is (82,173,191).

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

The process color (four color CMYK) of #52adbf color hex is 0.57, 0.09, 0.00, 0.25. Web safe color of #52adbf is #6699cc. Color #52adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 10111111
Octal 122 255 277
Decimal 82 173 191
Hex 52 AD BF

RGB Percentages of Color #52adbf

%18.39
%38.79
%42.83

CMYK Percentages of Color #52adbf

%57
%9
%0
%25

Triadic Colors of #52adbf

#52adbf #bf52ad #adbf52

Analogous Colors of #52adbf

#52adbf #5277bf #52bf9b

Monochromatic Colors of #52adbf

#52adbf

Complementary Color

#52adbf #bf6452

#52adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52adbf Color CSS Codes

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

#52adbf Text Font Color

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

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


#52adbf Background Color

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

This div background color is #52adbf


#52adbf Border Color

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

This div border color is #52adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52adbf


Comments

No comments written yet.

Please login to write comment.