Color Hex Logo

#acd132 Color Hex

#ACD132
(172,209,50)
0 Favorites   0 Comments

Color spaces of #acd132

RGB 17220950
HSL0.210.630.51
HSV74°76°82°
CMYK 0.180.000.76   0.18
XYZ40.389454.601911.4281
Yxy54.60190.37950.5131
Hunter Lab73.8931-31.746242.5555
CIE-Lab78.8114-32.763569.1268

#acd132 color RGB value is (172,209,50).

#acd132 hex color red value is 172, green value is 209 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #acd132 hue: 0.21 , saturation: 0.63 and the lightness value of acd132 is 0.51.

The process color (four color CMYK) of #acd132 color hex is 0.18, 0.00, 0.76, 0.18. Web safe color of #acd132 is #99cc33. Color #acd132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 00110010
Octal 254 321 62
Decimal 172 209 50
Hex AC D1 32

RGB Percentages of Color #acd132

%39.91
%48.49
%11.60

CMYK Percentages of Color #acd132

%18
%0
%76
%18

Triadic Colors of #acd132

#acd132 #32acd1 #d132ac

Analogous Colors of #acd132

#acd132 #5dd132 #d1a732

Monochromatic Colors of #acd132

#acd132

Complementary Color

#acd132 #5732d1

#acd132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd132 Color CSS Codes

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

#acd132 Text Font Color

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

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


#acd132 Background Color

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

This div background color is #acd132


#acd132 Border Color

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

This div border color is #acd132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd132


Comments

No comments written yet.

Please login to write comment.