Color Hex Logo

#acbd0d Color Hex

#ACBD0D
(172,189,13)
0 Favorites   0 Comments

Color spaces of #acbd0d

RGB 17218913
HSL0.180.870.40
HSV66°93°74°
CMYK 0.090.000.93   0.26
XYZ35.283545.19497.2446
Yxy45.19490.40220.5152
Hunter Lab67.2272-23.963640.6697
CIE-Lab73.0200-24.359872.4400

#acbd0d color RGB value is (172,189,13).

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

The process color (four color CMYK) of #acbd0d color hex is 0.09, 0.00, 0.93, 0.26. Web safe color of #acbd0d is #99cc00. Color #acbd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00001101
Octal 254 275 15
Decimal 172 189 13
Hex AC BD D

RGB Percentages of Color #acbd0d

%45.99
%50.53
%3.48

CMYK Percentages of Color #acbd0d

%9
%0
%93
%26

Triadic Colors of #acbd0d

#acbd0d #0dacbd #bd0dac

Analogous Colors of #acbd0d

#acbd0d #54bd0d #bd760d

Monochromatic Colors of #acbd0d

#acbd0d

Complementary Color

#acbd0d #1e0dbd

#acbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd0d Color CSS Codes

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

#acbd0d Text Font Color

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

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


#acbd0d Background Color

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

This div background color is #acbd0d


#acbd0d Border Color

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

This div border color is #acbd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd0d


Comments

No comments written yet.

Please login to write comment.