Color Hex Logo

#53cdd1 Color Hex

#53CDD1
(83,205,209)
0 Favorites   0 Comments

Color spaces of #53cdd1

RGB 83205209
HSL0.510.580.57
HSV182°60°82°
CMYK 0.600.020.00   0.18
XYZ36.907250.105168.0476
Yxy50.10510.23800.3231
Hunter Lab70.7850-30.8040-7.4477
CIE-Lab76.1337-32.3510-12.1428

#53cdd1 color RGB value is (83,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 11010001
Octal 123 315 321
Decimal 83 205 209
Hex 53 CD D1

RGB Percentages of Color #53cdd1

%16.70
%41.25
%42.05

CMYK Percentages of Color #53cdd1

%60
%2
%0
%18

Triadic Colors of #53cdd1

#53cdd1 #d153cd #cdd153

Analogous Colors of #53cdd1

#53cdd1 #538ed1 #53d196

Monochromatic Colors of #53cdd1

#53cdd1

Complementary Color

#53cdd1 #d15753

#53cdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cdd1 Color CSS Codes

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

#53cdd1 Text Font Color

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

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


#53cdd1 Background Color

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

This div background color is #53cdd1


#53cdd1 Border Color

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

This div border color is #53cdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cdd1


Comments

No comments written yet.

Please login to write comment.