Color Hex Logo

#54ddaa Color Hex

#54DDAA
(84,221,170)
0 Favorites   0 Comments

Color spaces of #54ddaa

RGB 84221170
HSL0.440.670.60
HSV158°62°87°
CMYK 0.620.000.23   0.13
XYZ36.768356.500046.9979
Yxy56.50000.26210.4028
Hunter Lab75.1665-44.226615.5454
CIE-Lab79.8975-49.032614.1925

#54ddaa color RGB value is (84,221,170).

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

The process color (four color CMYK) of #54ddaa color hex is 0.62, 0.00, 0.23, 0.13. Web safe color of #54ddaa is #66cc99. Color #54ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 10101010
Octal 124 335 252
Decimal 84 221 170
Hex 54 DD AA

RGB Percentages of Color #54ddaa

%17.68
%46.53
%35.79

CMYK Percentages of Color #54ddaa

%62
%0
%23
%13

Triadic Colors of #54ddaa

#54ddaa #aa54dd #ddaa54

Analogous Colors of #54ddaa

#54ddaa #54ccdd #54dd66

Monochromatic Colors of #54ddaa

#54ddaa

Complementary Color

#54ddaa #dd5487

#54ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ddaa Color CSS Codes

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

#54ddaa Text Font Color

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

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


#54ddaa Background Color

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

This div background color is #54ddaa


#54ddaa Border Color

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

This div border color is #54ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ddaa


Comments

No comments written yet.

Please login to write comment.