Color Hex Logo

#acd81b Color Hex

#ACD81B
(172,216,27)
0 Favorites   0 Comments

Color spaces of #acd81b

RGB 17221627
HSL0.210.780.48
HSV74°88°85°
CMYK 0.200.000.88   0.15
XYZ41.767057.961510.0233
Yxy57.96150.38060.5281
Hunter Lab76.1325-35.305045.4868
CIE-Lab80.7174-36.752876.4487

#acd81b color RGB value is (172,216,27).

#acd81b hex color red value is 172, green value is 216 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #acd81b hue: 0.21 , saturation: 0.78 and the lightness value of acd81b is 0.48.

The process color (four color CMYK) of #acd81b color hex is 0.20, 0.00, 0.88, 0.15. Web safe color of #acd81b is #99cc33. Color #acd81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 00011011
Octal 254 330 33
Decimal 172 216 27
Hex AC D8 1B

RGB Percentages of Color #acd81b

%41.45
%52.05
%6.51

CMYK Percentages of Color #acd81b

%20
%0
%88
%15

Triadic Colors of #acd81b

#acd81b #1bacd8 #d81bac

Analogous Colors of #acd81b

#acd81b #4dd81b #d8a61b

Monochromatic Colors of #acd81b

#acd81b

Complementary Color

#acd81b #471bd8

#acd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd81b Color CSS Codes

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

#acd81b Text Font Color

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

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


#acd81b Background Color

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

This div background color is #acd81b


#acd81b Border Color

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

This div border color is #acd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd81b


Comments

No comments written yet.

Please login to write comment.