Color Hex Logo

#acb201 Color Hex

#ACB201
(172,178,1)
0 Favorites   0 Comments

Color spaces of #acb201

RGB 1721781
HSL0.170.990.35
HSV62°99°70°
CMYK 0.030.000.99   0.30
XYZ32.939140.61366.1319
Yxy40.61360.41340.5097
Hunter Lab63.7288-19.265238.9054
CIE-Lab69.9043-19.072071.4499

#acb201 color RGB value is (172,178,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00000001
Octal 254 262 1
Decimal 172 178 1
Hex AC B2 1

RGB Percentages of Color #acb201

%49.00
%50.71
%0.28

CMYK Percentages of Color #acb201

%3
%0
%99
%30

Triadic Colors of #acb201

#acb201 #01acb2 #b201ac

Analogous Colors of #acb201

#acb201 #54b201 #b26001

Monochromatic Colors of #acb201

#acb201

Complementary Color

#acb201 #0701b2

#acb201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb201 Color CSS Codes

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

#acb201 Text Font Color

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

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


#acb201 Background Color

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

This div background color is #acb201


#acb201 Border Color

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

This div border color is #acb201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb201


Comments

No comments written yet.

Please login to write comment.