Color Hex Logo

#53acbd Color Hex

#53ACBD
(83,172,189)
0 Favorites   0 Comments

Color spaces of #53acbd

RGB 83172189
HSL0.530.450.53
HSV190°56°74°
CMYK 0.560.090.00   0.26
XYZ27.505135.018253.4536
Yxy35.01820.23720.3019
Hunter Lab59.1762-20.5915-12.1331
CIE-Lab65.7628-21.7051-16.8037

#53acbd color RGB value is (83,172,189).

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

The process color (four color CMYK) of #53acbd color hex is 0.56, 0.09, 0.00, 0.26. Web safe color of #53acbd is #6699cc. Color #53acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 10111101
Octal 123 254 275
Decimal 83 172 189
Hex 53 AC BD

RGB Percentages of Color #53acbd

%18.69
%38.74
%42.57

CMYK Percentages of Color #53acbd

%56
%9
%0
%26

Triadic Colors of #53acbd

#53acbd #bd53ac #acbd53

Analogous Colors of #53acbd

#53acbd #5377bd #53bd99

Monochromatic Colors of #53acbd

#53acbd

Complementary Color

#53acbd #bd6453

#53acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53acbd Color CSS Codes

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

#53acbd Text Font Color

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

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


#53acbd Background Color

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

This div background color is #53acbd


#53acbd Border Color

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

This div border color is #53acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53acbd


Comments

No comments written yet.

Please login to write comment.