Color Hex Logo

#53cedc Color Hex

#53CEDC
(83,206,220)
0 Favorites   0 Comments

Color spaces of #53cedc

RGB 83206220
HSL0.520.660.59
HSV186°62°86°
CMYK 0.620.060.00   0.14
XYZ38.556951.148975.5507
Yxy51.14890.23330.3095
Hunter Lab71.5185-28.9247-12.5699
CIE-Lab76.7691-29.7338-17.1142

#53cedc color RGB value is (83,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001110 11011100
Octal 123 316 334
Decimal 83 206 220
Hex 53 CE DC

RGB Percentages of Color #53cedc

%16.31
%40.47
%43.22

CMYK Percentages of Color #53cedc

%62
%6
%0
%14

Triadic Colors of #53cedc

#53cedc #dc53ce #cedc53

Analogous Colors of #53cedc

#53cedc #538adc #53dca6

Monochromatic Colors of #53cedc

#53cedc

Complementary Color

#53cedc #dc6153

#53cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cedc Color CSS Codes

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

#53cedc Text Font Color

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

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


#53cedc Background Color

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

This div background color is #53cedc


#53cedc Border Color

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

This div border color is #53cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cedc


Comments

No comments written yet.

Please login to write comment.