Color Hex Logo

#52aabe Color Hex

#52AABE
(82,170,190)
0 Favorites   0 Comments

Color spaces of #52aabe

RGB 82170190
HSL0.530.450.53
HSV191°57°75°
CMYK 0.570.110.00   0.25
XYZ27.148734.261053.8973
Yxy34.26100.23540.2971
Hunter Lab58.5329-19.6408-13.6214
CIE-Lab65.1692-20.5811-18.2625

#52aabe color RGB value is (82,170,190).

#52aabe hex color red value is 82, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #52aabe hue: 0.53 , saturation: 0.45 and the lightness value of 52aabe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 10111110
Octal 122 252 276
Decimal 82 170 190
Hex 52 AA BE

RGB Percentages of Color #52aabe

%18.55
%38.46
%42.99

CMYK Percentages of Color #52aabe

%57
%11
%0
%25

Triadic Colors of #52aabe

#52aabe #be52aa #aabe52

Analogous Colors of #52aabe

#52aabe #5274be #52be9c

Monochromatic Colors of #52aabe

#52aabe

Complementary Color

#52aabe #be6652

#52aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aabe Color CSS Codes

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

#52aabe Text Font Color

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

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


#52aabe Background Color

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

This div background color is #52aabe


#52aabe Border Color

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

This div border color is #52aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aabe


Comments

No comments written yet.

Please login to write comment.