Color Hex Logo

#53cacd Color Hex

#53CACD
(83,202,205)
0 Favorites   0 Comments

Color spaces of #53cacd

RGB 83202205
HSL0.500.550.56
HSV181°60°80°
CMYK 0.600.010.00   0.20
XYZ35.707348.487865.2347
Yxy48.48780.23900.3245
Hunter Lab69.6332-30.3248-6.8016
CIE-Lab75.1316-32.0281-11.4813

#53cacd color RGB value is (83,202,205).

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

The process color (four color CMYK) of #53cacd color hex is 0.60, 0.01, 0.00, 0.20. Web safe color of #53cacd is #66cccc. Color #53cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 11001101
Octal 123 312 315
Decimal 83 202 205
Hex 53 CA CD

RGB Percentages of Color #53cacd

%16.94
%41.22
%41.84

CMYK Percentages of Color #53cacd

%60
%1
%0
%20

Triadic Colors of #53cacd

#53cacd #cd53ca #cacd53

Analogous Colors of #53cacd

#53cacd #538dcd #53cd93

Monochromatic Colors of #53cacd

#53cacd

Complementary Color

#53cacd #cd5653

#53cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cacd Color CSS Codes

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

#53cacd Text Font Color

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

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


#53cacd Background Color

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

This div background color is #53cacd


#53cacd Border Color

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

This div border color is #53cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cacd


Comments

No comments written yet.

Please login to write comment.