Color Hex Logo

#53accb Color Hex

#53ACCB
(83,172,203)
0 Favorites   0 Comments

Color spaces of #53accb

RGB 83172203
HSL0.540.540.56
HSV196°59°80°
CMYK 0.590.150.00   0.20
XYZ29.099335.655861.8485
Yxy35.65580.22980.2816
Hunter Lab59.7125-17.5096-19.6122
CIE-Lab66.2561-17.5613-23.8145

#53accb color RGB value is (83,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 11001011
Octal 123 254 313
Decimal 83 172 203
Hex 53 AC CB

RGB Percentages of Color #53accb

%18.12
%37.55
%44.32

CMYK Percentages of Color #53accb

%59
%15
%0
%20

Triadic Colors of #53accb

#53accb #cb53ac #accb53

Analogous Colors of #53accb

#53accb #5370cb #53cbae

Monochromatic Colors of #53accb

#53accb

Complementary Color

#53accb #cb7253

#53accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53accb Color CSS Codes

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

#53accb Text Font Color

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

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


#53accb Background Color

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

This div background color is #53accb


#53accb Border Color

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

This div border color is #53accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53accb


Comments

No comments written yet.

Please login to write comment.