Color Hex Logo

#54acaa Color Hex

#54ACAA
(84,172,170)
0 Favorites   0 Comments

Color spaces of #54acaa

RGB 84172170
HSL0.500.350.50
HSV179°51°67°
CMYK 0.510.000.01   0.33
XYZ25.664434.292143.2966
Yxy34.29210.24860.3321
Hunter Lab58.5595-24.2492-2.8451
CIE-Lab65.1938-26.8007-7.0820

#54acaa color RGB value is (84,172,170).

#54acaa hex color red value is 84, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #54acaa hue: 0.50 , saturation: 0.35 and the lightness value of 54acaa is 0.50.

The process color (four color CMYK) of #54acaa color hex is 0.51, 0.00, 0.01, 0.33. Web safe color of #54acaa is #669999. Color #54acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 10101010
Octal 124 254 252
Decimal 84 172 170
Hex 54 AC AA

RGB Percentages of Color #54acaa

%19.72
%40.38
%39.91

CMYK Percentages of Color #54acaa

%51
%0
%1
%33

Triadic Colors of #54acaa

#54acaa #aa54ac #acaa54

Analogous Colors of #54acaa

#54acaa #5482ac #54ac7e

Monochromatic Colors of #54acaa

#54acaa

Complementary Color

#54acaa #ac5456

#54acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acaa Color CSS Codes

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

#54acaa Text Font Color

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

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


#54acaa Background Color

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

This div background color is #54acaa


#54acaa Border Color

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

This div border color is #54acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acaa


Comments

No comments written yet.

Please login to write comment.