Color Hex Logo

#52aaae Color Hex

#52AAAE
(82,170,174)
0 Favorites   0 Comments

Color spaces of #52aaae

RGB 82170174
HSL0.510.360.50
HSV183°53°68°
CMYK 0.530.020.00   0.32
XYZ25.494433.599345.1860
Yxy33.59930.24450.3222
Hunter Lab57.9649-22.9299-5.6435
CIE-Lab64.6433-25.1430-10.1401

#52aaae color RGB value is (82,170,174).

#52aaae hex color red value is 82, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #52aaae hue: 0.51 , saturation: 0.36 and the lightness value of 52aaae is 0.50.

The process color (four color CMYK) of #52aaae color hex is 0.53, 0.02, 0.00, 0.32. Web safe color of #52aaae is #669999. Color #52aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 10101110
Octal 122 252 256
Decimal 82 170 174
Hex 52 AA AE

RGB Percentages of Color #52aaae

%19.25
%39.91
%40.85

CMYK Percentages of Color #52aaae

%53
%2
%0
%32

Triadic Colors of #52aaae

#52aaae #ae52aa #aaae52

Analogous Colors of #52aaae

#52aaae #527cae #52ae84

Monochromatic Colors of #52aaae

#52aaae

Complementary Color

#52aaae #ae5652

#52aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aaae Color CSS Codes

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

#52aaae Text Font Color

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

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


#52aaae Background Color

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

This div background color is #52aaae


#52aaae Border Color

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

This div border color is #52aaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,170,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 #52aaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aaae


Comments

No comments written yet.

Please login to write comment.