Color Hex Logo

#acd9b5 Color Hex

#ACD9B5
(172,217,181)
0 Favorites   0 Comments

Color spaces of #acd9b5

RGB 172217181
HSL0.370.370.76
HSV132°21°85°
CMYK 0.210.000.17   0.15
XYZ50.166661.732652.9876
Yxy61.73260.30420.3744
Hunter Lab78.5701-23.526315.0139
CIE-Lab82.7710-21.662012.9806

#acd9b5 color RGB value is (172,217,181).

#acd9b5 hex color red value is 172, green value is 217 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #acd9b5 hue: 0.37 , saturation: 0.37 and the lightness value of acd9b5 is 0.76.

The process color (four color CMYK) of #acd9b5 color hex is 0.21, 0.00, 0.17, 0.15. Web safe color of #acd9b5 is #99cccc. Color #acd9b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 10110101
Octal 254 331 265
Decimal 172 217 181
Hex AC D9 B5

RGB Percentages of Color #acd9b5

%30.18
%38.07
%31.75

CMYK Percentages of Color #acd9b5

%21
%0
%17
%15

Triadic Colors of #acd9b5

#acd9b5 #b5acd9 #d9b5ac

Analogous Colors of #acd9b5

#acd9b5 #acd9cc #bad9ac

Monochromatic Colors of #acd9b5

#acd9b5

Complementary Color

#acd9b5 #d9acd0

#acd9b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9b5 Color CSS Codes

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

#acd9b5 Text Font Color

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

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


#acd9b5 Background Color

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

This div background color is #acd9b5


#acd9b5 Border Color

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

This div border color is #acd9b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9b5


Comments

No comments written yet.

Please login to write comment.