Color Hex Logo

#53fcaa Color Hex

#53FCAA
(83,252,170)
0 Favorites   0 Comments

Color spaces of #53fcaa

RGB 83252170
HSL0.420.970.66
HSV151°67°99°
CMYK 0.670.000.33   0.01
XYZ45.633474.362149.9784
Yxy74.36210.26850.4375
Hunter Lab86.2335-56.449126.0007
CIE-Lab89.0933-61.470826.9174

#53fcaa color RGB value is (83,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 10101010
Octal 123 374 252
Decimal 83 252 170
Hex 53 FC AA

RGB Percentages of Color #53fcaa

%16.44
%49.90
%33.66

CMYK Percentages of Color #53fcaa

%67
%0
%33
%1

Triadic Colors of #53fcaa

#53fcaa #aa53fc #fcaa53

Analogous Colors of #53fcaa

#53fcaa #53fafc #53fc56

Monochromatic Colors of #53fcaa

#53fcaa

Complementary Color

#53fcaa #fc53a5

#53fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcaa Color CSS Codes

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

#53fcaa Text Font Color

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

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


#53fcaa Background Color

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

This div background color is #53fcaa


#53fcaa Border Color

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

This div border color is #53fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcaa


Comments

No comments written yet.

Please login to write comment.