Color Hex Logo

#acd33d Color Hex

#ACD33D
(172,211,61)
0 Favorites   0 Comments

Color spaces of #acd33d

RGB 17221161
HSL0.210.630.53
HSV76°71°83°
CMYK 0.180.000.71   0.17
XYZ41.149855.696112.9965
Yxy55.69610.37460.5071
Hunter Lab74.6298-32.179941.9157
CIE-Lab79.4405-33.130966.0793

#acd33d color RGB value is (172,211,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00111101
Octal 254 323 75
Decimal 172 211 61
Hex AC D3 3D

RGB Percentages of Color #acd33d

%38.74
%47.52
%13.74

CMYK Percentages of Color #acd33d

%18
%0
%71
%17

Triadic Colors of #acd33d

#acd33d #3dacd3 #d33dac

Analogous Colors of #acd33d

#acd33d #61d33d #d3af3d

Monochromatic Colors of #acd33d

#acd33d

Complementary Color

#acd33d #643dd3

#acd33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd33d Color CSS Codes

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

#acd33d Text Font Color

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

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


#acd33d Background Color

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

This div background color is #acd33d


#acd33d Border Color

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

This div border color is #acd33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd33d


Comments

No comments written yet.

Please login to write comment.