Color Hex Logo

#accb00 Color Hex

#ACCB00
(172,203,0)
0 Favorites   0 Comments

Color spaces of #accb00

RGB 1722030
HSL0.191.000.40
HSV69°100°80°
CMYK 0.150.001.00   0.20
XYZ38.369251.48257.9149
Yxy51.48250.39250.5266
Hunter Lab71.7513-30.111443.6856
CIE-Lab76.9704-31.202876.8247

#accb00 color RGB value is (172,203,0).

#accb00 hex color red value is 172, green value is 203 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #accb00 hue: 0.19 , saturation: 1.00 and the lightness value of accb00 is 0.40.

The process color (four color CMYK) of #accb00 color hex is 0.15, 0.00, 1.00, 0.20. Web safe color of #accb00 is #99cc00. Color #accb00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 00000000
Octal 254 313 0
Decimal 172 203 0
Hex AC CB 0

RGB Percentages of Color #accb00

%45.87
%54.13
%0.00

CMYK Percentages of Color #accb00

%15
%0
%100
%20

Triadic Colors of #accb00

#accb00 #00accb #cb00ac

Analogous Colors of #accb00

#accb00 #47cb00 #cb8500

Monochromatic Colors of #accb00

#accb00

Complementary Color

#accb00 #1f00cb

#accb00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb00 Color CSS Codes

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

#accb00 Text Font Color

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

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


#accb00 Background Color

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

This div background color is #accb00


#accb00 Border Color

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

This div border color is #accb00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb00


Comments

No comments written yet.

Please login to write comment.