Color Hex Logo

#53ffad Color Hex

#53FFAD
(83,255,173)
0 Favorites   0 Comments

Color spaces of #53ffad

RGB 83255173
HSL0.421.000.66
HSV151°67°100°
CMYK 0.670.000.32   0.00
XYZ46.870176.376151.8069
Yxy76.37610.26770.4363
Hunter Lab87.3934-57.206926.0282
CIE-Lab90.0337-62.018626.6797

#53ffad color RGB value is (83,255,173).

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

The process color (four color CMYK) of #53ffad color hex is 0.67, 0.00, 0.32, 0.00. Web safe color of #53ffad is #66ff99. Color #53ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111111 10101101
Octal 123 377 255
Decimal 83 255 173
Hex 53 FF AD

RGB Percentages of Color #53ffad

%16.24
%49.90
%33.86

CMYK Percentages of Color #53ffad

%67
%0
%32
%0

Triadic Colors of #53ffad

#53ffad #ad53ff #ffad53

Analogous Colors of #53ffad

#53ffad #53fbff #53ff57

Monochromatic Colors of #53ffad

#53ffad

Complementary Color

#53ffad #ff53a5

#53ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ffad Color CSS Codes

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

#53ffad Text Font Color

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

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


#53ffad Background Color

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

This div background color is #53ffad


#53ffad Border Color

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

This div border color is #53ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ffad

Related Colors


Comments

No comments written yet.

Please login to write comment.