Color Hex Logo

#acbe59 Color Hex

#ACBE59
(172,190,89)
0 Favorites   0 Comments

Color spaces of #acbe59

RGB 17219089
HSL0.200.440.55
HSV71°53°75°
CMYK 0.090.000.53   0.25
XYZ37.229946.318816.4294
Yxy46.31880.37240.4633
Hunter Lab68.0579-21.456033.3277
CIE-Lab73.7519-21.024648.2690

#acbe59 color RGB value is (172,190,89).

#acbe59 hex color red value is 172, green value is 190 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #acbe59 hue: 0.20 , saturation: 0.44 and the lightness value of acbe59 is 0.55.

The process color (four color CMYK) of #acbe59 color hex is 0.09, 0.00, 0.53, 0.25. Web safe color of #acbe59 is #99cc66. Color #acbe59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 01011001
Octal 254 276 131
Decimal 172 190 89
Hex AC BE 59

RGB Percentages of Color #acbe59

%38.14
%42.13
%19.73

CMYK Percentages of Color #acbe59

%9
%0
%53
%25

Triadic Colors of #acbe59

#acbe59 #59acbe #be59ac

Analogous Colors of #acbe59

#acbe59 #7abe59 #be9e59

Monochromatic Colors of #acbe59

#acbe59

Complementary Color

#acbe59 #6b59be

#acbe59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe59 Color CSS Codes

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

#acbe59 Text Font Color

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

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


#acbe59 Background Color

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

This div background color is #acbe59


#acbe59 Border Color

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

This div border color is #acbe59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe59


Comments

No comments written yet.

Please login to write comment.