Color Hex Logo

#53ddaf Color Hex

#53DDAF
(83,221,175)
0 Favorites   0 Comments

Color spaces of #53ddaf

RGB 83221175
HSL0.440.670.60
HSV160°62°87°
CMYK 0.620.000.21   0.13
XYZ37.161656.647049.5328
Yxy56.64700.25930.3952
Hunter Lab75.2642-43.578213.6651
CIE-Lab79.9806-48.096311.6657

#53ddaf color RGB value is (83,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011101 10101111
Octal 123 335 257
Decimal 83 221 175
Hex 53 DD AF

RGB Percentages of Color #53ddaf

%17.33
%46.14
%36.53

CMYK Percentages of Color #53ddaf

%62
%0
%21
%13

Triadic Colors of #53ddaf

#53ddaf #af53dd #ddaf53

Analogous Colors of #53ddaf

#53ddaf #53c6dd #53dd6a

Monochromatic Colors of #53ddaf

#53ddaf

Complementary Color

#53ddaf #dd5381

#53ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ddaf Color CSS Codes

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

#53ddaf Text Font Color

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

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


#53ddaf Background Color

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

This div background color is #53ddaf


#53ddaf Border Color

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

This div border color is #53ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ddaf


Comments

No comments written yet.

Please login to write comment.