Color Hex Logo

#acbf29 Color Hex

#ACBF29
(172,191,41)
0 Favorites   0 Comments

Color spaces of #acbf29

RGB 17219141
HSL0.190.650.45
HSV68°79°75°
CMYK 0.100.000.79   0.25
XYZ36.044346.19249.1141
Yxy46.19240.39460.5057
Hunter Lab67.9650-24.273739.6247
CIE-Lab73.6702-24.597767.1159

#acbf29 color RGB value is (172,191,41).

#acbf29 hex color red value is 172, green value is 191 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #acbf29 hue: 0.19 , saturation: 0.65 and the lightness value of acbf29 is 0.45.

The process color (four color CMYK) of #acbf29 color hex is 0.10, 0.00, 0.79, 0.25. Web safe color of #acbf29 is #99cc33. Color #acbf29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 00101001
Octal 254 277 51
Decimal 172 191 41
Hex AC BF 29

RGB Percentages of Color #acbf29

%42.57
%47.28
%10.15

CMYK Percentages of Color #acbf29

%10
%0
%79
%25

Triadic Colors of #acbf29

#acbf29 #29acbf #bf29ac

Analogous Colors of #acbf29

#acbf29 #61bf29 #bf8729

Monochromatic Colors of #acbf29

#acbf29

Complementary Color

#acbf29 #3c29bf

#acbf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf29 Color CSS Codes

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

#acbf29 Text Font Color

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

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


#acbf29 Background Color

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

This div background color is #acbf29


#acbf29 Border Color

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

This div border color is #acbf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf29


Comments

No comments written yet.

Please login to write comment.