Color Hex Logo

#54a65d Color Hex

#54A65D
(84,166,93)
0 Favorites   0 Comments

Color spaces of #54a65d

RGB 8416693
HSL0.350.330.49
HSV127°49°65°
CMYK 0.490.000.44   0.35
XYZ19.268229.947615.1208
Yxy29.94760.29950.4655
Hunter Lab54.7244-32.918721.9248
CIE-Lab61.6090-40.798730.2384

#54a65d color RGB value is (84,166,93).

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

The process color (four color CMYK) of #54a65d color hex is 0.49, 0.00, 0.44, 0.35. Web safe color of #54a65d is #669966. Color #54a65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10100110 01011101
Octal 124 246 135
Decimal 84 166 93
Hex 54 A6 5D

RGB Percentages of Color #54a65d

%24.49
%48.40
%27.11

CMYK Percentages of Color #54a65d

%49
%0
%44
%35

Triadic Colors of #54a65d

#54a65d #5d54a6 #a65d54

Analogous Colors of #54a65d

#54a65d #54a686 #74a654

Monochromatic Colors of #54a65d

#54a65d

Complementary Color

#54a65d #a6549d

#54a65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54a65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54a65d Color CSS Codes

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

#54a65d Text Font Color

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

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


#54a65d Background Color

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

This div background color is #54a65d


#54a65d Border Color

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

This div border color is #54a65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54a65d


Comments

No comments written yet.

Please login to write comment.