Color Hex Logo

#53dabd Color Hex

#53DABD
(83,218,189)
0 Favorites   0 Comments

Color spaces of #53dabd

RGB 83218189
HSL0.460.650.59
HSV167°62°85°
CMYK 0.620.000.13   0.15
XYZ37.824055.655956.8932
Yxy55.65590.25150.3701
Hunter Lab74.6029-40.05477.0066
CIE-Lab79.4176-43.50983.4250

#53dabd color RGB value is (83,218,189).

#53dabd hex color red value is 83, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #53dabd hue: 0.46 , saturation: 0.65 and the lightness value of 53dabd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011010 10111101
Octal 123 332 275
Decimal 83 218 189
Hex 53 DA BD

RGB Percentages of Color #53dabd

%16.94
%44.49
%38.57

CMYK Percentages of Color #53dabd

%62
%0
%13
%15

Triadic Colors of #53dabd

#53dabd #bd53da #dabd53

Analogous Colors of #53dabd

#53dabd #53b4da #53da7a

Monochromatic Colors of #53dabd

#53dabd

Complementary Color

#53dabd #da5370

#53dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dabd Color CSS Codes

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

#53dabd Text Font Color

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

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


#53dabd Background Color

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

This div background color is #53dabd


#53dabd Border Color

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

This div border color is #53dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dabd


Comments

No comments written yet.

Please login to write comment.