Color Hex Logo

#52aabb Color Hex

#52AABB
(82,170,187)
0 Favorites   0 Comments

Color spaces of #52aabb

RGB 82170187
HSL0.530.440.53
HSV190°56°73°
CMYK 0.560.090.00   0.27
XYZ26.824034.131152.1879
Yxy34.13110.23710.3017
Hunter Lab58.4218-20.2811-12.0682
CIE-Lab65.0665-21.4564-16.7490

#52aabb color RGB value is (82,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 10111011
Octal 122 252 273
Decimal 82 170 187
Hex 52 AA BB

RGB Percentages of Color #52aabb

%18.68
%38.72
%42.60

CMYK Percentages of Color #52aabb

%56
%9
%0
%27

Triadic Colors of #52aabb

#52aabb #bb52aa #aabb52

Analogous Colors of #52aabb

#52aabb #5276bb #52bb98

Monochromatic Colors of #52aabb

#52aabb

Complementary Color

#52aabb #bb6352

#52aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aabb Color CSS Codes

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

#52aabb Text Font Color

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

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


#52aabb Background Color

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

This div background color is #52aabb


#52aabb Border Color

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

This div border color is #52aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aabb


Comments

No comments written yet.

Please login to write comment.