Color Hex Logo

#53a9cd Color Hex

#53A9CD
(83,169,205)
0 Favorites   0 Comments

Color spaces of #53a9cd

RGB 83169205
HSL0.550.550.56
HSV198°60°80°
CMYK 0.600.180.00   0.20
XYZ28.774734.622762.9239
Yxy34.62270.22780.2741
Hunter Lab58.8411-15.6810-22.2153
CIE-Lab65.4539-15.3611-26.1522

#53a9cd color RGB value is (83,169,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101001 11001101
Octal 123 251 315
Decimal 83 169 205
Hex 53 A9 CD

RGB Percentages of Color #53a9cd

%18.16
%36.98
%44.86

CMYK Percentages of Color #53a9cd

%60
%18
%0
%20

Triadic Colors of #53a9cd

#53a9cd #cd53a9 #a9cd53

Analogous Colors of #53a9cd

#53a9cd #536ccd #53cdb4

Monochromatic Colors of #53a9cd

#53a9cd

Complementary Color

#53a9cd #cd7753

#53a9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53a9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53a9cd Color CSS Codes

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

#53a9cd Text Font Color

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

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


#53a9cd Background Color

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

This div background color is #53a9cd


#53a9cd Border Color

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

This div border color is #53a9cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,169,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53a9cd


Comments

No comments written yet.

Please login to write comment.