Color Hex Logo

#53dcca Color Hex

#53DCCA
(83,220,202)
0 Favorites   0 Comments

Color spaces of #53dcca

RGB 83220202
HSL0.480.660.59
HSV172°62°86°
CMYK 0.620.000.08   0.14
XYZ39.821157.289764.8363
Yxy57.28970.24590.3538
Hunter Lab75.6900-38.54712.1949
CIE-Lab80.3423-41.1334-2.1534

#53dcca color RGB value is (83,220,202).

#53dcca hex color red value is 83, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #53dcca hue: 0.48 , saturation: 0.66 and the lightness value of 53dcca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11001010
Octal 123 334 312
Decimal 83 220 202
Hex 53 DC CA

RGB Percentages of Color #53dcca

%16.44
%43.56
%40.00

CMYK Percentages of Color #53dcca

%62
%0
%8
%14

Triadic Colors of #53dcca

#53dcca #ca53dc #dcca53

Analogous Colors of #53dcca

#53dcca #53aadc #53dc86

Monochromatic Colors of #53dcca

#53dcca

Complementary Color

#53dcca #dc5365

#53dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcca Color CSS Codes

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

#53dcca Text Font Color

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

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


#53dcca Background Color

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

This div background color is #53dcca


#53dcca Border Color

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

This div border color is #53dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcca


Comments

No comments written yet.

Please login to write comment.