Color Hex Logo

#54faab Color Hex

#54FAAB
(84,250,171)
0 Favorites   0 Comments

Color spaces of #54faab

RGB 84250171
HSL0.420.940.65
HSV151°66°98°
CMYK 0.660.000.32   0.02
XYZ45.192473.196350.2745
Yxy73.19630.26790.4340
Hunter Lab85.5548-55.432425.0479
CIE-Lab88.5413-60.356425.6614

#54faab color RGB value is (84,250,171).

#54faab hex color red value is 84, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #54faab hue: 0.42 , saturation: 0.94 and the lightness value of 54faab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11111010 10101011
Octal 124 372 253
Decimal 84 250 171
Hex 54 FA AB

RGB Percentages of Color #54faab

%16.63
%49.50
%33.86

CMYK Percentages of Color #54faab

%66
%0
%32
%2

Triadic Colors of #54faab

#54faab #ab54fa #faab54

Analogous Colors of #54faab

#54faab #54f6fa #54fa58

Monochromatic Colors of #54faab

#54faab

Complementary Color

#54faab #fa54a3

#54faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#54faab Color CSS Codes

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

#54faab Text Font Color

<p style="color:#54faab">Text here</p>

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


#54faab Background Color

<div style="background-color:#54faab">
Div content here</div>

This div background color is #54faab


#54faab Border Color

<div style="border:3px solid #54faab">
Div here</div>

This div border color is #54faab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,250,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54faab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54faab;
  -webkit-box-shadow: 1px 1px 3px 2px #54faab;
  box-shadow:         1px 1px 3px 2px #54faab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,250,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 #54faab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54faab

Related Colors


Comments

No comments written yet.

Please login to write comment.