Color Hex Logo

#52accb Color Hex

#52ACCB
(82,172,203)
0 Favorites   0 Comments

Color spaces of #52accb

RGB 82172203
HSL0.540.540.56
HSV195°60°80°
CMYK 0.600.150.00   0.20
XYZ29.011735.610761.8444
Yxy35.61070.22940.2816
Hunter Lab59.6747-17.6504-19.6734
CIE-Lab66.2214-17.7502-23.8707

#52accb color RGB value is (82,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 11001011
Octal 122 254 313
Decimal 82 172 203
Hex 52 AC CB

RGB Percentages of Color #52accb

%17.94
%37.64
%44.42

CMYK Percentages of Color #52accb

%60
%15
%0
%20

Triadic Colors of #52accb

#52accb #cb52ac #accb52

Analogous Colors of #52accb

#52accb #5270cb #52cbae

Monochromatic Colors of #52accb

#52accb

Complementary Color

#52accb #cb7152

#52accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52accb Color CSS Codes

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

#52accb Text Font Color

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

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


#52accb Background Color

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

This div background color is #52accb


#52accb Border Color

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

This div border color is #52accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52accb


Comments

No comments written yet.

Please login to write comment.