Color Hex Logo

#acbd3d Color Hex

#ACBD3D
(172,189,61)
0 Favorites   0 Comments

Color spaces of #acbd3d

RGB 17218961
HSL0.190.510.49
HSV68°68°74°
CMYK 0.090.000.68   0.26
XYZ36.053245.502811.2976
Yxy45.50280.38830.4900
Hunter Lab67.4558-22.644437.2890
CIE-Lab73.2217-22.634959.8499

#acbd3d color RGB value is (172,189,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00111101
Octal 254 275 75
Decimal 172 189 61
Hex AC BD 3D

RGB Percentages of Color #acbd3d

%40.76
%44.79
%14.45

CMYK Percentages of Color #acbd3d

%9
%0
%68
%26

Triadic Colors of #acbd3d

#acbd3d #3dacbd #bd3dac

Analogous Colors of #acbd3d

#acbd3d #6cbd3d #bd8e3d

Monochromatic Colors of #acbd3d

#acbd3d

Complementary Color

#acbd3d #4e3dbd

#acbd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd3d Color CSS Codes

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

#acbd3d Text Font Color

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

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


#acbd3d Background Color

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

This div background color is #acbd3d


#acbd3d Border Color

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

This div border color is #acbd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd3d


Comments

No comments written yet.

Please login to write comment.