Color Hex Logo

#acd55b Color Hex

#ACD55B
(172,213,91)
0 Favorites   0 Comments

Color spaces of #acd55b

RGB 17221391
HSL0.220.590.60
HSV80°57°84°
CMYK 0.190.000.57   0.16
XYZ42.695857.114518.6714
Yxy57.11450.36040.4821
Hunter Lab75.5741-31.410738.2537
CIE-Lab80.2440-31.915054.8238

#acd55b color RGB value is (172,213,91).

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

The process color (four color CMYK) of #acd55b color hex is 0.19, 0.00, 0.57, 0.16. Web safe color of #acd55b is #99cc66. Color #acd55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 01011011
Octal 254 325 133
Decimal 172 213 91
Hex AC D5 5B

RGB Percentages of Color #acd55b

%36.13
%44.75
%19.12

CMYK Percentages of Color #acd55b

%19
%0
%57
%16

Triadic Colors of #acd55b

#acd55b #5bacd5 #d55bac

Analogous Colors of #acd55b

#acd55b #6fd55b #d5c15b

Monochromatic Colors of #acd55b

#acd55b

Complementary Color

#acd55b #845bd5

#acd55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd55b Color CSS Codes

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

#acd55b Text Font Color

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

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


#acd55b Background Color

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

This div background color is #acd55b


#acd55b Border Color

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

This div border color is #acd55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd55b


Comments

No comments written yet.

Please login to write comment.