Color Hex Logo

#acb402 Color Hex

#ACB402
(172,180,2)
0 Favorites   0 Comments

Color spaces of #acb402

RGB 1721802
HSL0.170.980.36
HSV63°99°71°
CMYK 0.040.000.99   0.29
XYZ33.345541.41766.2943
Yxy41.41760.41140.5110
Hunter Lab64.3565-20.136439.2508
CIE-Lab70.4675-20.061071.7499

#acb402 color RGB value is (172,180,2).

#acb402 hex color red value is 172, green value is 180 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #acb402 hue: 0.17 , saturation: 0.98 and the lightness value of acb402 is 0.36.

The process color (four color CMYK) of #acb402 color hex is 0.04, 0.00, 0.99, 0.29. Web safe color of #acb402 is #99cc00. Color #acb402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 00000010
Octal 254 264 2
Decimal 172 180 2
Hex AC B4 2

RGB Percentages of Color #acb402

%48.59
%50.85
%0.56

CMYK Percentages of Color #acb402

%4
%0
%99
%29

Triadic Colors of #acb402

#acb402 #02acb4 #b402ac

Analogous Colors of #acb402

#acb402 #53b402 #b46302

Monochromatic Colors of #acb402

#acb402

Complementary Color

#acb402 #0a02b4

#acb402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb402 Color CSS Codes

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

#acb402 Text Font Color

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

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


#acb402 Background Color

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

This div background color is #acb402


#acb402 Border Color

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

This div border color is #acb402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb402


Comments

No comments written yet.

Please login to write comment.