Color Hex Logo

#53fcab Color Hex

#53FCAB
(83,252,171)
0 Favorites   0 Comments

Color spaces of #53fcab

RGB 83252171
HSL0.420.970.66
HSV151°67°99°
CMYK 0.670.000.32   0.01
XYZ45.728474.400150.4786
Yxy74.40010.26800.4361
Hunter Lab86.2555-56.315225.6810
CIE-Lab89.1112-61.276426.4353

#53fcab color RGB value is (83,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111100 10101011
Octal 123 374 253
Decimal 83 252 171
Hex 53 FC AB

RGB Percentages of Color #53fcab

%16.40
%49.80
%33.79

CMYK Percentages of Color #53fcab

%67
%0
%32
%1

Triadic Colors of #53fcab

#53fcab #ab53fc #fcab53

Analogous Colors of #53fcab

#53fcab #53f9fc #53fc56

Monochromatic Colors of #53fcab

#53fcab

Complementary Color

#53fcab #fc53a4

#53fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fcab Color CSS Codes

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

#53fcab Text Font Color

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

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


#53fcab Background Color

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

This div background color is #53fcab


#53fcab Border Color

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

This div border color is #53fcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fcab


Comments

No comments written yet.

Please login to write comment.