Color Hex Logo

#acbd1d Color Hex

#ACBD1D
(172,189,29)
0 Favorites   0 Comments

Color spaces of #acbd1d

RGB 17218929
HSL0.180.730.43
HSV66°85°74°
CMYK 0.090.000.85   0.26
XYZ35.432645.25468.0299
Yxy45.25460.39940.5101
Hunter Lab67.2715-23.707440.0129
CIE-Lab73.0592-24.023269.6791

#acbd1d color RGB value is (172,189,29).

#acbd1d hex color red value is 172, green value is 189 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #acbd1d hue: 0.18 , saturation: 0.73 and the lightness value of acbd1d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00011101
Octal 254 275 35
Decimal 172 189 29
Hex AC BD 1D

RGB Percentages of Color #acbd1d

%44.10
%48.46
%7.44

CMYK Percentages of Color #acbd1d

%9
%0
%85
%26

Triadic Colors of #acbd1d

#acbd1d #1dacbd #bd1dac

Analogous Colors of #acbd1d

#acbd1d #5cbd1d #bd7e1d

Monochromatic Colors of #acbd1d

#acbd1d

Complementary Color

#acbd1d #2e1dbd

#acbd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd1d Color CSS Codes

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

#acbd1d Text Font Color

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

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


#acbd1d Background Color

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

This div background color is #acbd1d


#acbd1d Border Color

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

This div border color is #acbd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd1d


Comments

No comments written yet.

Please login to write comment.