Color Hex Logo

#53fcac Color Hex

#53FCAC
(83,252,172)
0 Favorites   0 Comments

Color spaces of #53fcac

RGB 83252172
HSL0.420.970.66
HSV152°67°99°
CMYK 0.670.000.32   0.01
XYZ45.824174.438450.9826
Yxy74.43840.26760.4347
Hunter Lab86.2777-56.180425.3592
CIE-Lab89.1293-61.081025.9529

#53fcac color RGB value is (83,252,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 10101100
Octal 123 374 254
Decimal 83 252 172
Hex 53 FC AC

RGB Percentages of Color #53fcac

%16.37
%49.70
%33.93

CMYK Percentages of Color #53fcac

%67
%0
%32
%1

Triadic Colors of #53fcac

#53fcac #ac53fc #fcac53

Analogous Colors of #53fcac

#53fcac #53f8fc #53fc58

Monochromatic Colors of #53fcac

#53fcac

Complementary Color

#53fcac #fc53a3

#53fcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcac Color CSS Codes

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

#53fcac Text Font Color

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

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


#53fcac Background Color

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

This div background color is #53fcac


#53fcac Border Color

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

This div border color is #53fcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcac

Related Colors


Comments

No comments written yet.

Please login to write comment.