Color Hex Logo

#52bbab Color Hex

#52BBAB
(82,187,171)
0 Favorites   0 Comments

Color spaces of #52bbab

RGB 82187171
HSL0.470.440.53
HSV171°56°73°
CMYK 0.560.000.09   0.27
XYZ28.600740.274844.7945
Yxy40.27480.25160.3543
Hunter Lab63.4624-30.61442.5743
CIE-Lab69.6648-34.1899-1.0502

#52bbab color RGB value is (82,187,171).

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

The process color (four color CMYK) of #52bbab color hex is 0.56, 0.00, 0.09, 0.27. Web safe color of #52bbab is #66cc99. Color #52bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 10101011
Octal 122 273 253
Decimal 82 187 171
Hex 52 BB AB

RGB Percentages of Color #52bbab

%18.64
%42.50
%38.86

CMYK Percentages of Color #52bbab

%56
%0
%9
%27

Triadic Colors of #52bbab

#52bbab #ab52bb #bbab52

Analogous Colors of #52bbab

#52bbab #5297bb #52bb77

Monochromatic Colors of #52bbab

#52bbab

Complementary Color

#52bbab #bb5262

#52bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbab Color CSS Codes

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

#52bbab Text Font Color

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

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


#52bbab Background Color

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

This div background color is #52bbab


#52bbab Border Color

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

This div border color is #52bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbab


Comments

No comments written yet.

Please login to write comment.