Color Hex Logo

#52a0bd Color Hex

#52A0BD
(82,160,189)
0 Favorites   0 Comments

Color spaces of #52a0bd

RGB 82160189
HSL0.550.450.53
HSV196°57°74°
CMYK 0.570.150.00   0.26
XYZ25.235830.609652.7223
Yxy30.60960.23240.2819
Hunter Lab55.3259-15.4013-17.7716
CIE-Lab62.1767-15.6052-22.2639

#52a0bd color RGB value is (82,160,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100000 10111101
Octal 122 240 275
Decimal 82 160 189
Hex 52 A0 BD

RGB Percentages of Color #52a0bd

%19.03
%37.12
%43.85

CMYK Percentages of Color #52a0bd

%57
%15
%0
%26

Triadic Colors of #52a0bd

#52a0bd #bd52a0 #a0bd52

Analogous Colors of #52a0bd

#52a0bd #526bbd #52bda5

Monochromatic Colors of #52a0bd

#52a0bd

Complementary Color

#52a0bd #bd6f52

#52a0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a0bd Color CSS Codes

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

#52a0bd Text Font Color

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

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


#52a0bd Background Color

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

This div background color is #52a0bd


#52a0bd Border Color

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

This div border color is #52a0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a0bd


Comments

No comments written yet.

Please login to write comment.