Color Hex Logo

#acb203 Color Hex

#ACB203
(172,178,3)
0 Favorites   0 Comments

Color spaces of #acb203

RGB 1721783
HSL0.170.970.35
HSV62°98°70°
CMYK 0.030.000.98   0.30
XYZ32.950140.61806.1896
Yxy40.61800.41310.5093
Hunter Lab63.7323-19.245538.8544
CIE-Lab69.9075-19.046371.2155

#acb203 color RGB value is (172,178,3).

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

The process color (four color CMYK) of #acb203 color hex is 0.03, 0.00, 0.98, 0.30. Web safe color of #acb203 is #999900. Color #acb203 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00000011
Octal 254 262 3
Decimal 172 178 3
Hex AC B2 3

RGB Percentages of Color #acb203

%48.73
%50.42
%0.85

CMYK Percentages of Color #acb203

%3
%0
%98
%30

Triadic Colors of #acb203

#acb203 #03acb2 #b203ac

Analogous Colors of #acb203

#acb203 #55b203 #b26103

Monochromatic Colors of #acb203

#acb203

Complementary Color

#acb203 #0903b2

#acb203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb203 Color CSS Codes

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

#acb203 Text Font Color

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

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


#acb203 Background Color

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

This div background color is #acb203


#acb203 Border Color

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

This div border color is #acb203


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,178,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 #acb203">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb203


Comments

No comments written yet.

Please login to write comment.