Color Hex Logo

#52abcb Color Hex

#52ABCB
(82,171,203)
0 Favorites   0 Comments

Color spaces of #52abcb

RGB 82171203
HSL0.540.540.56
HSV196°60°80°
CMYK 0.600.160.00   0.20
XYZ28.822135.231561.7812
Yxy35.23150.22900.2800
Hunter Lab59.3561-17.1973-20.1631
CIE-Lab65.9285-17.2228-24.3192

#52abcb color RGB value is (82,171,203).

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

The process color (four color CMYK) of #52abcb color hex is 0.60, 0.16, 0.00, 0.20. Web safe color of #52abcb is #6699cc. Color #52abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101011 11001011
Octal 122 253 313
Decimal 82 171 203
Hex 52 AB CB

RGB Percentages of Color #52abcb

%17.98
%37.50
%44.52

CMYK Percentages of Color #52abcb

%60
%16
%0
%20

Triadic Colors of #52abcb

#52abcb #cb52ab #abcb52

Analogous Colors of #52abcb

#52abcb #526fcb #52cbaf

Monochromatic Colors of #52abcb

#52abcb

Complementary Color

#52abcb #cb7252

#52abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52abcb Color CSS Codes

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

#52abcb Text Font Color

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

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


#52abcb Background Color

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

This div background color is #52abcb


#52abcb Border Color

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

This div border color is #52abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52abcb


Comments

No comments written yet.

Please login to write comment.