Color Hex Logo

#53decd Color Hex

#53DECD
(83,222,205)
0 Favorites   0 Comments

Color spaces of #53decd

RGB 83222205
HSL0.480.680.60
HSV173°63°87°
CMYK 0.630.000.08   0.13
XYZ40.708058.489366.9016
Yxy58.48930.24510.3521
Hunter Lab76.4783-38.82471.6692
CIE-Lab81.0101-41.2547-2.7699

#53decd color RGB value is (83,222,205).

#53decd hex color red value is 83, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #53decd hue: 0.48 , saturation: 0.68 and the lightness value of 53decd is 0.60.

The process color (four color CMYK) of #53decd color hex is 0.63, 0.00, 0.08, 0.13. Web safe color of #53decd is #66cccc. Color #53decd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011110 11001101
Octal 123 336 315
Decimal 83 222 205
Hex 53 DE CD

RGB Percentages of Color #53decd

%16.27
%43.53
%40.20

CMYK Percentages of Color #53decd

%63
%0
%8
%13

Triadic Colors of #53decd

#53decd #cd53de #decd53

Analogous Colors of #53decd

#53decd #53aade #53de88

Monochromatic Colors of #53decd

#53decd

Complementary Color

#53decd #de5364

#53decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53decd Color CSS Codes

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

#53decd Text Font Color

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

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


#53decd Background Color

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

This div background color is #53decd


#53decd Border Color

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

This div border color is #53decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53decd


Comments

No comments written yet.

Please login to write comment.