Color Hex Logo

#acbd81 Color Hex

#ACBD81
(172,189,129)
0 Favorites   0 Comments

Color spaces of #acbd81

RGB 172189129
HSL0.210.310.62
HSV77°32°74°
CMYK 0.090.000.32   0.26
XYZ39.173346.750827.7280
Yxy46.75080.34470.4114
Hunter Lab68.3746-17.388923.8183
CIE-Lab74.0301-15.965628.4544

#acbd81 color RGB value is (172,189,129).

#acbd81 hex color red value is 172, green value is 189 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #acbd81 hue: 0.21 , saturation: 0.31 and the lightness value of acbd81 is 0.62.

The process color (four color CMYK) of #acbd81 color hex is 0.09, 0.00, 0.32, 0.26. Web safe color of #acbd81 is #99cc99. Color #acbd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10000001
Octal 254 275 201
Decimal 172 189 129
Hex AC BD 81

RGB Percentages of Color #acbd81

%35.10
%38.57
%26.33

CMYK Percentages of Color #acbd81

%9
%0
%32
%26

Triadic Colors of #acbd81

#acbd81 #81acbd #bd81ac

Analogous Colors of #acbd81

#acbd81 #8ebd81 #bdb081

Monochromatic Colors of #acbd81

#acbd81

Complementary Color

#acbd81 #9281bd

#acbd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd81 Color CSS Codes

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

#acbd81 Text Font Color

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

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


#acbd81 Background Color

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

This div background color is #acbd81


#acbd81 Border Color

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

This div border color is #acbd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd81


Comments

No comments written yet.

Please login to write comment.