Color Hex Logo

#53dfde Color Hex

#53DFDE
(83,223,222)
0 Favorites   0 Comments

Color spaces of #53dfde

RGB 83223222
HSL0.500.690.60
HSV180°63°87°
CMYK 0.630.000.00   0.13
XYZ43.139859.888378.3931
Yxy59.88830.23780.3301
Hunter Lab77.3875-35.9231-5.8891
CIE-Lab81.7774-37.2021-10.6724

#53dfde color RGB value is (83,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011111 11011110
Octal 123 337 336
Decimal 83 223 222
Hex 53 DF DE

RGB Percentages of Color #53dfde

%15.72
%42.23
%42.05

CMYK Percentages of Color #53dfde

%63
%0
%0
%13

Triadic Colors of #53dfde

#53dfde #de53df #dfde53

Analogous Colors of #53dfde

#53dfde #539adf #53df98

Monochromatic Colors of #53dfde

#53dfde

Complementary Color

#53dfde #df5354

#53dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dfde Color CSS Codes

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

#53dfde Text Font Color

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

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


#53dfde Background Color

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

This div background color is #53dfde


#53dfde Border Color

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

This div border color is #53dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dfde


Comments

No comments written yet.

Please login to write comment.