Color Hex Logo

#54bdaa Color Hex

#54BDAA
(84,189,170)
0 Favorites   0 Comments

Color spaces of #54bdaa

RGB 84189170
HSL0.470.440.54
HSV169°56°74°
CMYK 0.560.000.10   0.26
XYZ29.109541.182344.4450
Yxy41.18230.25370.3589
Hunter Lab64.1734-31.33473.8586
CIE-Lab70.3035-34.96750.4388

#54bdaa color RGB value is (84,189,170).

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

The process color (four color CMYK) of #54bdaa color hex is 0.56, 0.00, 0.10, 0.26. Web safe color of #54bdaa is #66cc99. Color #54bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111101 10101010
Octal 124 275 252
Decimal 84 189 170
Hex 54 BD AA

RGB Percentages of Color #54bdaa

%18.96
%42.66
%38.37

CMYK Percentages of Color #54bdaa

%56
%0
%10
%26

Triadic Colors of #54bdaa

#54bdaa #aa54bd #bdaa54

Analogous Colors of #54bdaa

#54bdaa #549cbd #54bd76

Monochromatic Colors of #54bdaa

#54bdaa

Complementary Color

#54bdaa #bd5467

#54bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bdaa Color CSS Codes

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

#54bdaa Text Font Color

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

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


#54bdaa Background Color

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

This div background color is #54bdaa


#54bdaa Border Color

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

This div border color is #54bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bdaa


Comments

No comments written yet.

Please login to write comment.