Color Hex Logo

#54ccaa Color Hex

#54CCAA
(84,204,170)
0 Favorites   0 Comments

Color spaces of #54ccaa

RGB 84204170
HSL0.450.540.56
HSV163°59°80°
CMYK 0.590.000.17   0.20
XYZ32.504747.972845.5767
Yxy47.97280.25790.3806
Hunter Lab69.2624-37.43959.4691
CIE-Lab74.8078-41.75826.9562

#54ccaa color RGB value is (84,204,170).

#54ccaa hex color red value is 84, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #54ccaa hue: 0.45 , saturation: 0.54 and the lightness value of 54ccaa is 0.56.

The process color (four color CMYK) of #54ccaa color hex is 0.59, 0.00, 0.17, 0.20. Web safe color of #54ccaa is #66cc99. Color #54ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 10101010
Octal 124 314 252
Decimal 84 204 170
Hex 54 CC AA

RGB Percentages of Color #54ccaa

%18.34
%44.54
%37.12

CMYK Percentages of Color #54ccaa

%59
%0
%17
%20

Triadic Colors of #54ccaa

#54ccaa #aa54cc #ccaa54

Analogous Colors of #54ccaa

#54ccaa #54b2cc #54cc6e

Monochromatic Colors of #54ccaa

#54ccaa

Complementary Color

#54ccaa #cc5476

#54ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccaa Color CSS Codes

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

#54ccaa Text Font Color

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

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


#54ccaa Background Color

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

This div background color is #54ccaa


#54ccaa Border Color

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

This div border color is #54ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccaa


Comments

No comments written yet.

Please login to write comment.