Color Hex Logo

#acd54b Color Hex

#ACD54B
(172,213,75)
0 Favorites   0 Comments

Color spaces of #acd54b

RGB 17221375
HSL0.220.620.56
HSV78°65°84°
CMYK 0.190.000.65   0.16
XYZ42.077556.867215.4154
Yxy56.86720.36790.4973
Hunter Lab75.4103-32.368640.6672
CIE-Lab80.1048-33.172961.4595

#acd54b color RGB value is (172,213,75).

#acd54b hex color red value is 172, green value is 213 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #acd54b hue: 0.22 , saturation: 0.62 and the lightness value of acd54b is 0.56.

The process color (four color CMYK) of #acd54b color hex is 0.19, 0.00, 0.65, 0.16. Web safe color of #acd54b is #99cc33. Color #acd54b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 01001011
Octal 254 325 113
Decimal 172 213 75
Hex AC D5 4B

RGB Percentages of Color #acd54b

%37.39
%46.30
%16.30

CMYK Percentages of Color #acd54b

%19
%0
%65
%16

Triadic Colors of #acd54b

#acd54b #4bacd5 #d54bac

Analogous Colors of #acd54b

#acd54b #67d54b #d5b94b

Monochromatic Colors of #acd54b

#acd54b

Complementary Color

#acd54b #744bd5

#acd54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd54b Color CSS Codes

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

#acd54b Text Font Color

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

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


#acd54b Background Color

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

This div background color is #acd54b


#acd54b Border Color

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

This div border color is #acd54b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,213,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acd54b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acd54b;
  -webkit-box-shadow: 1px 1px 3px 2px #acd54b;
  box-shadow:         1px 1px 3px 2px #acd54b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,213,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd54b


Comments

No comments written yet.

Please login to write comment.