Color Hex Logo

#acb903 Color Hex

#ACB903
(172,185,3)
0 Favorites   0 Comments

Color spaces of #acb903

RGB 1721853
HSL0.180.970.37
HSV64°98°73°
CMYK 0.070.000.98   0.27
XYZ34.378743.47526.6657
Yxy43.47520.40680.5144
Hunter Lab65.9357-22.318140.1612
CIE-Lab71.8763-22.528272.6869

#acb903 color RGB value is (172,185,3).

#acb903 hex color red value is 172, green value is 185 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #acb903 hue: 0.18 , saturation: 0.97 and the lightness value of acb903 is 0.37.

The process color (four color CMYK) of #acb903 color hex is 0.07, 0.00, 0.98, 0.27. Web safe color of #acb903 is #99cc00. Color #acb903 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00000011
Octal 254 271 3
Decimal 172 185 3
Hex AC B9 3

RGB Percentages of Color #acb903

%47.78
%51.39
%0.83

CMYK Percentages of Color #acb903

%7
%0
%98
%27

Triadic Colors of #acb903

#acb903 #03acb9 #b903ac

Analogous Colors of #acb903

#acb903 #51b903 #b96b03

Monochromatic Colors of #acb903

#acb903

Complementary Color

#acb903 #1003b9

#acb903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb903 Color CSS Codes

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

#acb903 Text Font Color

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

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


#acb903 Background Color

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

This div background color is #acb903


#acb903 Border Color

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

This div border color is #acb903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb903


Comments

No comments written yet.

Please login to write comment.