Color Hex Logo

#52abbd Color Hex

#52ABBD
(82,171,189)
0 Favorites   0 Comments

Color spaces of #52abbd

RGB 82171189
HSL0.530.450.53
HSV190°57°74°
CMYK 0.570.100.00   0.26
XYZ27.227934.593853.3863
Yxy34.59380.23630.3003
Hunter Lab58.8165-20.2959-12.6445
CIE-Lab65.4312-21.3904-17.3092

#52abbd color RGB value is (82,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101011 10111101
Octal 122 253 275
Decimal 82 171 189
Hex 52 AB BD

RGB Percentages of Color #52abbd

%18.55
%38.69
%42.76

CMYK Percentages of Color #52abbd

%57
%10
%0
%26

Triadic Colors of #52abbd

#52abbd #bd52ab #abbd52

Analogous Colors of #52abbd

#52abbd #5276bd #52bd9a

Monochromatic Colors of #52abbd

#52abbd

Complementary Color

#52abbd #bd6452

#52abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52abbd Color CSS Codes

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

#52abbd Text Font Color

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

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


#52abbd Background Color

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

This div background color is #52abbd


#52abbd Border Color

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

This div border color is #52abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52abbd


Comments

No comments written yet.

Please login to write comment.