Color Hex Logo

#acbe15 Color Hex

#ACBE15
(172,190,21)
0 Favorites   0 Comments

Color spaces of #acbe15

RGB 17219021
HSL0.180.800.41
HSV66°89°75°
CMYK 0.090.000.89   0.25
XYZ35.562145.65177.6468
Yxy45.65170.40020.5137
Hunter Lab67.5660-24.290540.5861
CIE-Lab73.3190-24.704871.4825

#acbe15 color RGB value is (172,190,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 00010101
Octal 254 276 25
Decimal 172 190 21
Hex AC BE 15

RGB Percentages of Color #acbe15

%44.91
%49.61
%5.48

CMYK Percentages of Color #acbe15

%9
%0
%89
%25

Triadic Colors of #acbe15

#acbe15 #15acbe #be15ac

Analogous Colors of #acbe15

#acbe15 #58be15 #be7c15

Monochromatic Colors of #acbe15

#acbe15

Complementary Color

#acbe15 #2715be

#acbe15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe15 Color CSS Codes

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

#acbe15 Text Font Color

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

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


#acbe15 Background Color

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

This div background color is #acbe15


#acbe15 Border Color

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

This div border color is #acbe15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe15


Comments

No comments written yet.

Please login to write comment.