Color Hex Logo

#54faae Color Hex

#54FAAE
(84,250,174)
0 Favorites   0 Comments

Color spaces of #54faae

RGB 84250174
HSL0.420.940.65
HSV153°66°98°
CMYK 0.660.000.30   0.02
XYZ45.481773.312051.7979
Yxy73.31200.26660.4298
Hunter Lab85.6224-55.022024.0678
CIE-Lab88.5963-59.762724.2105

#54faae color RGB value is (84,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11111010 10101110
Octal 124 372 256
Decimal 84 250 174
Hex 54 FA AE

RGB Percentages of Color #54faae

%16.54
%49.21
%34.25

CMYK Percentages of Color #54faae

%66
%0
%30
%2

Triadic Colors of #54faae

#54faae #ae54fa #faae54

Analogous Colors of #54faae

#54faae #54f3fa #54fa5b

Monochromatic Colors of #54faae

#54faae

Complementary Color

#54faae #fa54a0

#54faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#54faae Color CSS Codes

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

#54faae Text Font Color

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

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


#54faae Background Color

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

This div background color is #54faae


#54faae Border Color

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

This div border color is #54faae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,250,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54faae


Comments

No comments written yet.

Please login to write comment.