Color Hex Logo

#53fbab Color Hex

#53FBAB
(83,251,171)
0 Favorites   0 Comments

Color spaces of #53fbab

RGB 83251171
HSL0.420.950.65
HSV151°67°98°
CMYK 0.670.000.32   0.02
XYZ45.415173.773650.3742
Yxy73.77360.26780.4351
Hunter Lab85.8916-55.928525.3513
CIE-Lab88.8154-60.897926.0319

#53fbab color RGB value is (83,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111011 10101011
Octal 123 373 253
Decimal 83 251 171
Hex 53 FB AB

RGB Percentages of Color #53fbab

%16.44
%49.70
%33.86

CMYK Percentages of Color #53fbab

%67
%0
%32
%2

Triadic Colors of #53fbab

#53fbab #ab53fb #fbab53

Analogous Colors of #53fbab

#53fbab #53f7fb #53fb57

Monochromatic Colors of #53fbab

#53fbab

Complementary Color

#53fbab #fb53a3

#53fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fbab Color CSS Codes

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

#53fbab Text Font Color

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

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


#53fbab Background Color

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

This div background color is #53fbab


#53fbab Border Color

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

This div border color is #53fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fbab


Comments

No comments written yet.

Please login to write comment.