Color Hex Logo

#acbe81 Color Hex

#ACBE81
(172,190,129)
0 Favorites   0 Comments

Color spaces of #acbe81

RGB 172190129
HSL0.220.320.63
HSV78°32°75°
CMYK 0.090.000.32   0.25
XYZ39.389247.182527.8000
Yxy47.18250.34440.4125
Hunter Lab68.6895-17.847924.0868
CIE-Lab74.3064-16.474128.8211

#acbe81 color RGB value is (172,190,129).

#acbe81 hex color red value is 172, green value is 190 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #acbe81 hue: 0.22 , saturation: 0.32 and the lightness value of acbe81 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10000001
Octal 254 276 201
Decimal 172 190 129
Hex AC BE 81

RGB Percentages of Color #acbe81

%35.03
%38.70
%26.27

CMYK Percentages of Color #acbe81

%9
%0
%32
%25

Triadic Colors of #acbe81

#acbe81 #81acbe #be81ac

Analogous Colors of #acbe81

#acbe81 #8ebe81 #beb281

Monochromatic Colors of #acbe81

#acbe81

Complementary Color

#acbe81 #9381be

#acbe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe81 Color CSS Codes

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

#acbe81 Text Font Color

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

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


#acbe81 Background Color

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

This div background color is #acbe81


#acbe81 Border Color

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

This div border color is #acbe81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,190,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 #acbe81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe81


Comments

No comments written yet.

Please login to write comment.