Color Hex Logo

#54aea5 Color Hex

#54AEA5
(84,174,165)
0 Favorites   0 Comments

Color spaces of #54aea5

RGB 84174165
HSL0.480.360.51
HSV174°52°68°
CMYK 0.520.000.05   0.32
XYZ25.583734.873540.9802
Yxy34.87350.25220.3438
Hunter Lab59.0538-26.01310.1935
CIE-Lab65.6501-29.1066-3.6243

#54aea5 color RGB value is (84,174,165).

#54aea5 hex color red value is 84, green value is 174 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #54aea5 hue: 0.48 , saturation: 0.36 and the lightness value of 54aea5 is 0.51.

The process color (four color CMYK) of #54aea5 color hex is 0.52, 0.00, 0.05, 0.32. Web safe color of #54aea5 is #669999. Color #54aea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 10100101
Octal 124 256 245
Decimal 84 174 165
Hex 54 AE A5

RGB Percentages of Color #54aea5

%19.86
%41.13
%39.01

CMYK Percentages of Color #54aea5

%52
%0
%5
%32

Triadic Colors of #54aea5

#54aea5 #a554ae #aea554

Analogous Colors of #54aea5

#54aea5 #548aae #54ae78

Monochromatic Colors of #54aea5

#54aea5

Complementary Color

#54aea5 #ae545d

#54aea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aea5 Color CSS Codes

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

#54aea5 Text Font Color

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

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


#54aea5 Background Color

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

This div background color is #54aea5


#54aea5 Border Color

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

This div border color is #54aea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aea5


Comments

No comments written yet.

Please login to write comment.