Color Hex Logo

#53d0cd Color Hex

#53D0CD
(83,208,205)
0 Favorites   0 Comments

Color spaces of #53d0cd

RGB 83208205
HSL0.500.570.57
HSV179°60°82°
CMYK 0.600.000.01   0.18
XYZ37.142651.358565.7132
Yxy51.35850.24090.3330
Hunter Lab71.6648-32.9001-4.2007
CIE-Lab76.8957-34.8613-8.8509

#53d0cd color RGB value is (83,208,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010000 11001101
Octal 123 320 315
Decimal 83 208 205
Hex 53 D0 CD

RGB Percentages of Color #53d0cd

%16.73
%41.94
%41.33

CMYK Percentages of Color #53d0cd

%60
%0
%1
%18

Triadic Colors of #53d0cd

#53d0cd #cd53d0 #d0cd53

Analogous Colors of #53d0cd

#53d0cd #5395d0 #53d08f

Monochromatic Colors of #53d0cd

#53d0cd

Complementary Color

#53d0cd #d05356

#53d0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d0cd Color CSS Codes

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

#53d0cd Text Font Color

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

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


#53d0cd Background Color

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

This div background color is #53d0cd


#53d0cd Border Color

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

This div border color is #53d0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d0cd

#53d0cd Color Palettes


Comments

No comments written yet.

Please login to write comment.