Color Hex Logo

#accb20 Color Hex

#ACCB20
(172,203,32)
0 Favorites   0 Comments

Color spaces of #accb20

RGB 17220332
HSL0.200.730.46
HSV71°84°80°
CMYK 0.150.000.84   0.20
XYZ38.629951.58689.2877
Yxy51.58680.38820.5184
Hunter Lab71.8240-29.687242.6099
CIE-Lab77.0331-30.638272.3620

#accb20 color RGB value is (172,203,32).

#accb20 hex color red value is 172, green value is 203 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #accb20 hue: 0.20 , saturation: 0.73 and the lightness value of accb20 is 0.46.

The process color (four color CMYK) of #accb20 color hex is 0.15, 0.00, 0.84, 0.20. Web safe color of #accb20 is #99cc33. Color #accb20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 00100000
Octal 254 313 40
Decimal 172 203 32
Hex AC CB 20

RGB Percentages of Color #accb20

%42.26
%49.88
%7.86

CMYK Percentages of Color #accb20

%15
%0
%84
%20

Triadic Colors of #accb20

#accb20 #20accb #cb20ac

Analogous Colors of #accb20

#accb20 #57cb20 #cb9520

Monochromatic Colors of #accb20

#accb20

Complementary Color

#accb20 #3f20cb

#accb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb20 Color CSS Codes

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

#accb20 Text Font Color

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

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


#accb20 Background Color

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

This div background color is #accb20


#accb20 Border Color

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

This div border color is #accb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb20


Comments

No comments written yet.

Please login to write comment.