Color Hex Logo

#acbe3f Color Hex

#ACBE3F
(172,190,63)
0 Favorites   0 Comments

Color spaces of #acbe3f

RGB 17219063
HSL0.190.500.50
HSV69°67°75°
CMYK 0.090.000.67   0.25
XYZ36.323945.956411.6586
Yxy45.95640.38670.4892
Hunter Lab67.7911-22.990537.2572
CIE-Lab73.5172-23.005059.3688

#acbe3f color RGB value is (172,190,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 00111111
Octal 254 276 77
Decimal 172 190 63
Hex AC BE 3F

RGB Percentages of Color #acbe3f

%40.47
%44.71
%14.82

CMYK Percentages of Color #acbe3f

%9
%0
%67
%25

Triadic Colors of #acbe3f

#acbe3f #3facbe #be3fac

Analogous Colors of #acbe3f

#acbe3f #6dbe3f #be913f

Monochromatic Colors of #acbe3f

#acbe3f

Complementary Color

#acbe3f #513fbe

#acbe3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe3f Color CSS Codes

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

#acbe3f Text Font Color

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

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


#acbe3f Background Color

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

This div background color is #acbe3f


#acbe3f Border Color

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

This div border color is #acbe3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe3f


Comments

No comments written yet.

Please login to write comment.