Color Hex Logo

#acbe40 Color Hex

#ACBE40
(172,190,64)
0 Favorites   0 Comments

Color spaces of #acbe40

RGB 17219064
HSL0.190.500.50
HSV69°66°75°
CMYK 0.090.000.66   0.25
XYZ36.352145.967711.8072
Yxy45.96770.38620.4884
Hunter Lab67.7995-22.942637.1344
CIE-Lab73.5246-22.942758.9797

#acbe40 color RGB value is (172,190,64).

#acbe40 hex color red value is 172, green value is 190 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #acbe40 hue: 0.19 , saturation: 0.50 and the lightness value of acbe40 is 0.50.

The process color (four color CMYK) of #acbe40 color hex is 0.09, 0.00, 0.66, 0.25. Web safe color of #acbe40 is #99cc33. Color #acbe40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 01000000
Octal 254 276 100
Decimal 172 190 64
Hex AC BE 40

RGB Percentages of Color #acbe40

%40.38
%44.60
%15.02

CMYK Percentages of Color #acbe40

%9
%0
%66
%25

Triadic Colors of #acbe40

#acbe40 #40acbe #be40ac

Analogous Colors of #acbe40

#acbe40 #6dbe40 #be9140

Monochromatic Colors of #acbe40

#acbe40

Complementary Color

#acbe40 #5240be

#acbe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe40 Color CSS Codes

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

#acbe40 Text Font Color

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

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


#acbe40 Background Color

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

This div background color is #acbe40


#acbe40 Border Color

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

This div border color is #acbe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe40


Comments

No comments written yet.

Please login to write comment.