Color Hex Logo

#acd885 Color Hex

#ACD885
(172,216,133)
0 Favorites   0 Comments

Color spaces of #acd885

RGB 172216133
HSL0.260.520.68
HSV92°38°85°
CMYK 0.200.000.38   0.15
XYZ45.802859.575831.2755
Yxy59.57580.33520.4360
Hunter Lab77.1854-29.150230.0055
CIE-Lab81.6071-28.718536.3273

#acd885 color RGB value is (172,216,133).

#acd885 hex color red value is 172, green value is 216 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #acd885 hue: 0.26 , saturation: 0.52 and the lightness value of acd885 is 0.68.

The process color (four color CMYK) of #acd885 color hex is 0.20, 0.00, 0.38, 0.15. Web safe color of #acd885 is #99cc99. Color #acd885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10000101
Octal 254 330 205
Decimal 172 216 133
Hex AC D8 85

RGB Percentages of Color #acd885

%33.01
%41.46
%25.53

CMYK Percentages of Color #acd885

%20
%0
%38
%15

Triadic Colors of #acd885

#acd885 #85acd8 #d885ac

Analogous Colors of #acd885

#acd885 #85d888 #d6d885

Monochromatic Colors of #acd885

#acd885

Complementary Color

#acd885 #b185d8

#acd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd885 Color CSS Codes

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

#acd885 Text Font Color

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

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


#acd885 Background Color

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

This div background color is #acd885


#acd885 Border Color

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

This div border color is #acd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd885


Comments

No comments written yet.

Please login to write comment.