Color Hex Logo

#54a88d Color Hex

#54A88D
(84,168,141)
0 Favorites   0 Comments

Color spaces of #54a88d

RGB 84168141
HSL0.450.330.49
HSV161°50°66°
CMYK 0.500.000.16   0.34
XYZ22.466531.813230.1557
Yxy31.81320.26610.3768
Hunter Lab56.4032-27.60557.7831
CIE-Lab63.1882-32.17866.1647

#54a88d color RGB value is (84,168,141).

#54a88d hex color red value is 84, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #54a88d hue: 0.45 , saturation: 0.33 and the lightness value of 54a88d is 0.49.

The process color (four color CMYK) of #54a88d color hex is 0.50, 0.00, 0.16, 0.34. Web safe color of #54a88d is #669999. Color #54a88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101000 10001101
Octal 124 250 215
Decimal 84 168 141
Hex 54 A8 8D

RGB Percentages of Color #54a88d

%21.37
%42.75
%35.88

CMYK Percentages of Color #54a88d

%50
%0
%16
%34

Triadic Colors of #54a88d

#54a88d #8d54a8 #a88d54

Analogous Colors of #54a88d

#54a88d #5499a8 #54a863

Monochromatic Colors of #54a88d

#54a88d

Complementary Color

#54a88d #a8546f

#54a88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54a88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54a88d Color CSS Codes

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

#54a88d Text Font Color

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

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


#54a88d Background Color

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

This div background color is #54a88d


#54a88d Border Color

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

This div border color is #54a88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54a88d


Comments

No comments written yet.

Please login to write comment.