Color Hex Logo

#53ccdc Color Hex

#53CCDC
(83,204,220)
0 Favorites   0 Comments

Color spaces of #53ccdc

RGB 83204220
HSL0.520.660.59
HSV187°62°86°
CMYK 0.620.070.00   0.14
XYZ38.078450.192075.3912
Yxy50.19200.23270.3067
Hunter Lab70.8463-28.0411-13.5011
CIE-Lab76.1870-28.7620-17.9932

#53ccdc color RGB value is (83,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 11011100
Octal 123 314 334
Decimal 83 204 220
Hex 53 CC DC

RGB Percentages of Color #53ccdc

%16.37
%40.24
%43.39

CMYK Percentages of Color #53ccdc

%62
%7
%0
%14

Triadic Colors of #53ccdc

#53ccdc #dc53cc #ccdc53

Analogous Colors of #53ccdc

#53ccdc #5388dc #53dca8

Monochromatic Colors of #53ccdc

#53ccdc

Complementary Color

#53ccdc #dc6353

#53ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccdc Color CSS Codes

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

#53ccdc Text Font Color

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

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


#53ccdc Background Color

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

This div background color is #53ccdc


#53ccdc Border Color

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

This div border color is #53ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccdc


Comments

No comments written yet.

Please login to write comment.