Color Hex Logo

#53ced1 Color Hex

#53CED1
(83,206,209)
0 Favorites   0 Comments

Color spaces of #53ced1

RGB 83206209
HSL0.500.580.57
HSV181°60°82°
CMYK 0.600.010.00   0.18
XYZ37.147250.585168.1276
Yxy50.58510.23830.3246
Hunter Lab71.1232-31.2362-7.0066
CIE-Lab76.4270-32.8262-11.7041

#53ced1 color RGB value is (83,206,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001110 11010001
Octal 123 316 321
Decimal 83 206 209
Hex 53 CE D1

RGB Percentages of Color #53ced1

%16.67
%41.37
%41.97

CMYK Percentages of Color #53ced1

%60
%1
%0
%18

Triadic Colors of #53ced1

#53ced1 #d153ce #ced153

Analogous Colors of #53ced1

#53ced1 #538fd1 #53d195

Monochromatic Colors of #53ced1

#53ced1

Complementary Color

#53ced1 #d15653

#53ced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ced1 Color CSS Codes

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

#53ced1 Text Font Color

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

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


#53ced1 Background Color

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

This div background color is #53ced1


#53ced1 Border Color

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

This div border color is #53ced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ced1


Comments

No comments written yet.

Please login to write comment.