Color Hex Logo

#53ddda Color Hex

#53DDDA
(83,221,218)
0 Favorites   0 Comments

Color spaces of #53ddda

RGB 83221218
HSL0.500.670.60
HSV179°62°87°
CMYK 0.620.000.01   0.13
XYZ42.078658.613975.4255
Yxy58.61390.23890.3328
Hunter Lab76.5597-35.8727-4.8198
CIE-Lab81.0789-37.3681-9.5857

#53ddda color RGB value is (83,221,218).

#53ddda hex color red value is 83, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #53ddda hue: 0.50 , saturation: 0.67 and the lightness value of 53ddda is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011101 11011010
Octal 123 335 332
Decimal 83 221 218
Hex 53 DD DA

RGB Percentages of Color #53ddda

%15.90
%42.34
%41.76

CMYK Percentages of Color #53ddda

%62
%0
%1
%13

Triadic Colors of #53ddda

#53ddda #da53dd #ddda53

Analogous Colors of #53ddda

#53ddda #539bdd #53dd95

Monochromatic Colors of #53ddda

#53ddda

Complementary Color

#53ddda #dd5356

#53ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ddda Color CSS Codes

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

#53ddda Text Font Color

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

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


#53ddda Background Color

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

This div background color is #53ddda


#53ddda Border Color

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

This div border color is #53ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ddda


Comments

No comments written yet.

Please login to write comment.