Color Hex Logo

#acbf54 Color Hex

#ACBF54
(172,191,84)
0 Favorites   0 Comments

Color spaces of #acbf54

RGB 17219184
HSL0.200.460.54
HSV71°56°75°
CMYK 0.100.000.56   0.25
XYZ37.244346.672415.4332
Yxy46.67240.37490.4698
Hunter Lab68.3172-22.242834.4281
CIE-Lab73.9797-21.959450.8588

#acbf54 color RGB value is (172,191,84).

#acbf54 hex color red value is 172, green value is 191 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #acbf54 hue: 0.20 , saturation: 0.46 and the lightness value of acbf54 is 0.54.

The process color (four color CMYK) of #acbf54 color hex is 0.10, 0.00, 0.56, 0.25. Web safe color of #acbf54 is #99cc66. Color #acbf54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 01010100
Octal 254 277 124
Decimal 172 191 84
Hex AC BF 54

RGB Percentages of Color #acbf54

%38.48
%42.73
%18.79

CMYK Percentages of Color #acbf54

%10
%0
%56
%25

Triadic Colors of #acbf54

#acbf54 #54acbf #bf54ac

Analogous Colors of #acbf54

#acbf54 #77bf54 #bf9d54

Monochromatic Colors of #acbf54

#acbf54

Complementary Color

#acbf54 #6754bf

#acbf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf54 Color CSS Codes

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

#acbf54 Text Font Color

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

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


#acbf54 Background Color

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

This div background color is #acbf54


#acbf54 Border Color

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

This div border color is #acbf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf54


Comments

No comments written yet.

Please login to write comment.