Color Hex Logo

#52bbae Color Hex

#52BBAE
(82,187,174)
0 Favorites   0 Comments

Color spaces of #52bbae

RGB 82187174
HSL0.480.440.53
HSV173°56°73°
CMYK 0.560.000.07   0.27
XYZ28.890040.390546.3179
Yxy40.39050.24990.3494
Hunter Lab63.5535-30.07661.2768
CIE-Lab69.7468-33.4172-2.5764

#52bbae color RGB value is (82,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 10101110
Octal 122 273 256
Decimal 82 187 174
Hex 52 BB AE

RGB Percentages of Color #52bbae

%18.51
%42.21
%39.28

CMYK Percentages of Color #52bbae

%56
%0
%7
%27

Triadic Colors of #52bbae

#52bbae #ae52bb #bbae52

Analogous Colors of #52bbae

#52bbae #5294bb #52bb7a

Monochromatic Colors of #52bbae

#52bbae

Complementary Color

#52bbae #bb525f

#52bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbae Color CSS Codes

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

#52bbae Text Font Color

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

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


#52bbae Background Color

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

This div background color is #52bbae


#52bbae Border Color

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

This div border color is #52bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbae


Comments

No comments written yet.

Please login to write comment.