Color Hex Logo

#acbd0a Color Hex

#ACBD0A
(172,189,10)
0 Favorites   0 Comments

Color spaces of #acbd0a

RGB 17218910
HSL0.180.900.39
HSV66°95°74°
CMYK 0.090.000.95   0.26
XYZ35.265645.18787.1506
Yxy45.18780.40260.5158
Hunter Lab67.2219-23.994540.7484
CIE-Lab73.0154-24.400472.7840

#acbd0a color RGB value is (172,189,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00001010
Octal 254 275 12
Decimal 172 189 10
Hex AC BD A

RGB Percentages of Color #acbd0a

%46.36
%50.94
%2.70

CMYK Percentages of Color #acbd0a

%9
%0
%95
%26

Triadic Colors of #acbd0a

#acbd0a #0aacbd #bd0aac

Analogous Colors of #acbd0a

#acbd0a #53bd0a #bd750a

Monochromatic Colors of #acbd0a

#acbd0a

Complementary Color

#acbd0a #1b0abd

#acbd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd0a Color CSS Codes

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

#acbd0a Text Font Color

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

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


#acbd0a Background Color

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

This div background color is #acbd0a


#acbd0a Border Color

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

This div border color is #acbd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd0a


Comments

No comments written yet.

Please login to write comment.