Color Hex Logo

#53dadf Color Hex

#53DADF
(83,218,223)
0 Favorites   0 Comments

Color spaces of #53dadf

RGB 83218223
HSL0.510.690.60
HSV182°63°87°
CMYK 0.630.020.00   0.13
XYZ41.958057.309578.6625
Yxy57.30950.23580.3221
Hunter Lab75.7030-33.5477-8.6157
CIE-Lab80.3534-34.6052-13.3328

#53dadf color RGB value is (83,218,223).

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

The process color (four color CMYK) of #53dadf color hex is 0.63, 0.02, 0.00, 0.13. Web safe color of #53dadf is #66cccc. Color #53dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011010 11011111
Octal 123 332 337
Decimal 83 218 223
Hex 53 DA DF

RGB Percentages of Color #53dadf

%15.84
%41.60
%42.56

CMYK Percentages of Color #53dadf

%63
%2
%0
%13

Triadic Colors of #53dadf

#53dadf #df53da #dadf53

Analogous Colors of #53dadf

#53dadf #5394df #53df9e

Monochromatic Colors of #53dadf

#53dadf

Complementary Color

#53dadf #df5853

#53dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dadf Color CSS Codes

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

#53dadf Text Font Color

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

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


#53dadf Background Color

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

This div background color is #53dadf


#53dadf Border Color

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

This div border color is #53dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dadf


Comments

No comments written yet.

Please login to write comment.