Color Hex Logo

#acdc5b Color Hex

#ACDC5B
(172,220,91)
0 Favorites   0 Comments

Color spaces of #acdc5b

RGB 17222091
HSL0.230.650.61
HSV82°59°86°
CMYK 0.220.000.59   0.14
XYZ44.494860.712419.2711
Yxy60.71240.35750.4877
Hunter Lab77.9182-34.425239.8788
CIE-Lab82.2239-35.144857.0604

#acdc5b color RGB value is (172,220,91).

#acdc5b hex color red value is 172, green value is 220 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acdc5b hue: 0.23 , saturation: 0.65 and the lightness value of acdc5b is 0.61.

The process color (four color CMYK) of #acdc5b color hex is 0.22, 0.00, 0.59, 0.14. Web safe color of #acdc5b is #99cc66. Color #acdc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 01011011
Octal 254 334 133
Decimal 172 220 91
Hex AC DC 5B

RGB Percentages of Color #acdc5b

%35.61
%45.55
%18.84

CMYK Percentages of Color #acdc5b

%22
%0
%59
%14

Triadic Colors of #acdc5b

#acdc5b #5bacdc #dc5bac

Analogous Colors of #acdc5b

#acdc5b #6cdc5b #dccc5b

Monochromatic Colors of #acdc5b

#acdc5b

Complementary Color

#acdc5b #8b5bdc

#acdc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc5b Color CSS Codes

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

#acdc5b Text Font Color

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

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


#acdc5b Background Color

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

This div background color is #acdc5b


#acdc5b Border Color

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

This div border color is #acdc5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,220,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 #acdc5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc5b


Comments

No comments written yet.

Please login to write comment.