Color Hex Logo

#53eadd Color Hex

#53EADD
(83,234,221)
0 Favorites   0 Comments

Color spaces of #53eadd

RGB 83234221
HSL0.490.780.62
HSV175°65°92°
CMYK 0.650.000.06   0.08
XYZ46.041265.905178.7009
Yxy65.90510.24150.3457
Hunter Lab81.1820-40.8347-0.6506
CIE-Lab84.9480-42.4401-5.4402

#53eadd color RGB value is (83,234,221).

#53eadd hex color red value is 83, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #53eadd hue: 0.49 , saturation: 0.78 and the lightness value of 53eadd is 0.62.

The process color (four color CMYK) of #53eadd color hex is 0.65, 0.00, 0.06, 0.08. Web safe color of #53eadd is #66ffcc. Color #53eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 11011101
Octal 123 352 335
Decimal 83 234 221
Hex 53 EA DD

RGB Percentages of Color #53eadd

%15.43
%43.49
%41.08

CMYK Percentages of Color #53eadd

%65
%0
%6
%8

Triadic Colors of #53eadd

#53eadd #dd53ea #eadd53

Analogous Colors of #53eadd

#53eadd #53acea #53ea92

Monochromatic Colors of #53eadd

#53eadd

Complementary Color

#53eadd #ea5360

#53eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eadd Color CSS Codes

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

#53eadd Text Font Color

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

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


#53eadd Background Color

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

This div background color is #53eadd


#53eadd Border Color

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

This div border color is #53eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eadd


Comments

No comments written yet.

Please login to write comment.