Color Hex Logo

#53ffde Color Hex

#53FFDE
(83,255,222)
0 Favorites   0 Comments

Color spaces of #53ffde

RGB 83255222
HSL0.471.000.66
HSV168°67°100°
CMYK 0.670.000.13   0.00
XYZ52.512178.632981.5172
Yxy78.63290.24690.3698
Hunter Lab88.6752-49.47667.5686
CIE-Lab91.0679-51.22292.9955

#53ffde color RGB value is (83,255,222).

#53ffde hex color red value is 83, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #53ffde hue: 0.47 , saturation: 1.00 and the lightness value of 53ffde is 0.66.

The process color (four color CMYK) of #53ffde color hex is 0.67, 0.00, 0.13, 0.00. Web safe color of #53ffde is #66ffcc. Color #53ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111111 11011110
Octal 123 377 336
Decimal 83 255 222
Hex 53 FF DE

RGB Percentages of Color #53ffde

%14.82
%45.54
%39.64

CMYK Percentages of Color #53ffde

%67
%0
%13
%0

Triadic Colors of #53ffde

#53ffde #de53ff #ffde53

Analogous Colors of #53ffde

#53ffde #53caff #53ff88

Monochromatic Colors of #53ffde

#53ffde

Complementary Color

#53ffde #ff5374

#53ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ffde Color CSS Codes

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

#53ffde Text Font Color

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

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


#53ffde Background Color

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

This div background color is #53ffde


#53ffde Border Color

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

This div border color is #53ffde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,255,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 #53ffde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ffde


Comments

No comments written yet.

Please login to write comment.