Color Hex Logo

#53feaa Color Hex

#53FEAA
(83,254,170)
0 Favorites   0 Comments

Color spaces of #53feaa

RGB 83254170
HSL0.420.990.66
HSV151°67°100°
CMYK 0.670.000.33   0.00
XYZ46.264875.624950.1889
Yxy75.62490.26890.4395
Hunter Lab86.9626-57.221126.6556
CIE-Lab89.6849-62.223127.7210

#53feaa color RGB value is (83,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 10101010
Octal 123 376 252
Decimal 83 254 170
Hex 53 FE AA

RGB Percentages of Color #53feaa

%16.37
%50.10
%33.53

CMYK Percentages of Color #53feaa

%67
%0
%33
%0

Triadic Colors of #53feaa

#53feaa #aa53fe #feaa53

Analogous Colors of #53feaa

#53feaa #53fdfe #53fe55

Monochromatic Colors of #53feaa

#53feaa

Complementary Color

#53feaa #fe53a7

#53feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53feaa Color CSS Codes

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

#53feaa Text Font Color

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

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


#53feaa Background Color

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

This div background color is #53feaa


#53feaa Border Color

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

This div border color is #53feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53feaa


Comments

No comments written yet.

Please login to write comment.