color codes Logo

#acdb7d color codes

#ACDB7D
(172,219,125)
0 Favorites   0 Comments

Color spaces of #acdb7d

RGB 172219125
HSL0.250.570.67
HSV90°43°86°
CMYK 0.210.000.43   0.14
XYZ46.046460.914428.7328
Yxy60.91440.33930.4489
Hunter Lab78.0477-31.272432.8061
CIE-Lab82.3327-31.152541.2561

#acdb7d color RGB value is (172,219,125).

#acdb7d hex color red value is 172, green value is 219 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #acdb7d hue: 0.25 , saturation: 0.57 and the lightness value of acdb7d is 0.67.

The process color (four color CMYK) of #acdb7d color code is 0.21, 0.00, 0.43, 0.14. Web safe color of #acdb7d is #99cc66. Color #acdb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 01111101
Octal 254 333 175
Decimal 172 219 125
Hex AC DB 7D

RGB Percentages of Color #acdb7d

%33.33
%42.44
%24.22

CMYK Percentages of Color #acdb7d

%21
%0
%43
%14

Triadic Colors of #acdb7d

#acdb7d #7dacdb #db7dac

Analogous Colors of #acdb7d

#acdb7d #7ddb7d #dbdb7d

Monochromatic Colors of #acdb7d

#acdb7d

Complementary Color

#acdb7d #ac7ddb

#acdb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb7d Color CSS Codes

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

#acdb7d Text Font Color

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

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


#acdb7d Background Color

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

This div background color is #acdb7d


#acdb7d Border Color

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

This div border color is #acdb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb7d


Comments

No comments written yet.

Please login to write comment.