Color Hex Logo

#acd153 Color Hex

#ACD153
(172,209,83)
0 Favorites   0 Comments

Color spaces of #acd153

RGB 17220983
HSL0.220.580.57
HSV78°60°82°
CMYK 0.180.000.60   0.18
XYZ41.375154.996116.6182
Yxy54.99610.36620.4867
Hunter Lab74.1594-30.189938.6254
CIE-Lab79.0390-30.711256.9784

#acd153 color RGB value is (172,209,83).

#acd153 hex color red value is 172, green value is 209 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #acd153 hue: 0.22 , saturation: 0.58 and the lightness value of acd153 is 0.57.

The process color (four color CMYK) of #acd153 color hex is 0.18, 0.00, 0.60, 0.18. Web safe color of #acd153 is #99cc66. Color #acd153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01010011
Octal 254 321 123
Decimal 172 209 83
Hex AC D1 53

RGB Percentages of Color #acd153

%37.07
%45.04
%17.89

CMYK Percentages of Color #acd153

%18
%0
%60
%18

Triadic Colors of #acd153

#acd153 #53acd1 #d153ac

Analogous Colors of #acd153

#acd153 #6dd153 #d1b753

Monochromatic Colors of #acd153

#acd153

Complementary Color

#acd153 #7853d1

#acd153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd153 Color CSS Codes

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

#acd153 Text Font Color

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

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


#acd153 Background Color

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

This div background color is #acd153


#acd153 Border Color

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

This div border color is #acd153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd153


Comments

No comments written yet.

Please login to write comment.