Color Hex Logo

#acbd29 Color Hex

#ACBD29
(172,189,41)
0 Favorites   0 Comments

Color spaces of #acbd29

RGB 17218941
HSL0.190.640.45
HSV67°78°74°
CMYK 0.090.000.78   0.26
XYZ35.611145.32598.9697
Yxy45.32590.39610.5041
Hunter Lab67.3245-23.400939.2279
CIE-Lab73.1060-23.621466.6076

#acbd29 color RGB value is (172,189,41).

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

The process color (four color CMYK) of #acbd29 color hex is 0.09, 0.00, 0.78, 0.26. Web safe color of #acbd29 is #99cc33. Color #acbd29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00101001
Octal 254 275 51
Decimal 172 189 41
Hex AC BD 29

RGB Percentages of Color #acbd29

%42.79
%47.01
%10.20

CMYK Percentages of Color #acbd29

%9
%0
%78
%26

Triadic Colors of #acbd29

#acbd29 #29acbd #bd29ac

Analogous Colors of #acbd29

#acbd29 #62bd29 #bd8429

Monochromatic Colors of #acbd29

#acbd29

Complementary Color

#acbd29 #3a29bd

#acbd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd29 Color CSS Codes

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

#acbd29 Text Font Color

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

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


#acbd29 Background Color

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

This div background color is #acbd29


#acbd29 Border Color

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

This div border color is #acbd29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,189,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 #acbd29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd29


Comments

No comments written yet.

Please login to write comment.