Color Hex Logo

#acdb9d Color Hex

#ACDB9D
(172,219,157)
0 Favorites   0 Comments

Color spaces of #acdb9d

RGB 172219157
HSL0.290.460.74
HSV105°28°86°
CMYK 0.210.000.28   0.14
XYZ48.430661.868041.2874
Yxy61.86800.31950.4081
Hunter Lab78.6562-27.741523.9375
CIE-Lab82.8432-26.688825.6591

#acdb9d color RGB value is (172,219,157).

#acdb9d hex color red value is 172, green value is 219 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acdb9d hue: 0.29 , saturation: 0.46 and the lightness value of acdb9d is 0.74.

The process color (four color CMYK) of #acdb9d color hex is 0.21, 0.00, 0.28, 0.14. Web safe color of #acdb9d is #99cc99. Color #acdb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10011101
Octal 254 333 235
Decimal 172 219 157
Hex AC DB 9D

RGB Percentages of Color #acdb9d

%31.39
%39.96
%28.65

CMYK Percentages of Color #acdb9d

%21
%0
%28
%14

Triadic Colors of #acdb9d

#acdb9d #9dacdb #db9dac

Analogous Colors of #acdb9d

#acdb9d #9ddbad #cbdb9d

Monochromatic Colors of #acdb9d

#acdb9d

Complementary Color

#acdb9d #cc9ddb

#acdb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb9d Color CSS Codes

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

#acdb9d Text Font Color

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

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


#acdb9d Background Color

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

This div background color is #acdb9d


#acdb9d Border Color

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

This div border color is #acdb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb9d


Comments

No comments written yet.

Please login to write comment.