Color Hex Logo

#acbe0f Color Hex

#ACBE0F
(172,190,15)
0 Favorites   0 Comments

Color spaces of #acbe0f

RGB 17219015
HSL0.180.850.40
HSV66°92°75°
CMYK 0.090.000.92   0.25
XYZ35.512945.63217.3881
Yxy45.63210.40110.5154
Hunter Lab67.5515-24.374940.8015
CIE-Lab73.3062-24.816072.4017

#acbe0f color RGB value is (172,190,15).

#acbe0f hex color red value is 172, green value is 190 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acbe0f hue: 0.18 , saturation: 0.85 and the lightness value of acbe0f is 0.40.

The process color (four color CMYK) of #acbe0f color hex is 0.09, 0.00, 0.92, 0.25. Web safe color of #acbe0f is #99cc00. Color #acbe0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 00001111
Octal 254 276 17
Decimal 172 190 15
Hex AC BE F

RGB Percentages of Color #acbe0f

%45.62
%50.40
%3.98

CMYK Percentages of Color #acbe0f

%9
%0
%92
%25

Triadic Colors of #acbe0f

#acbe0f #0facbe #be0fac

Analogous Colors of #acbe0f

#acbe0f #55be0f #be790f

Monochromatic Colors of #acbe0f

#acbe0f

Complementary Color

#acbe0f #210fbe

#acbe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe0f Color CSS Codes

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

#acbe0f Text Font Color

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

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


#acbe0f Background Color

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

This div background color is #acbe0f


#acbe0f Border Color

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

This div border color is #acbe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe0f


Comments

No comments written yet.

Please login to write comment.