Color Hex Logo

#acc50b Color Hex

#ACC50B
(172,197,11)
0 Favorites   0 Comments

Color spaces of #acc50b

RGB 17219711
HSL0.190.890.41
HSV68°94°77°
CMYK 0.130.000.94   0.23
XYZ37.039948.72737.7697
Yxy48.72730.39600.5209
Hunter Lab69.8049-27.443042.2641
CIE-Lab75.2814-28.240474.4262

#acc50b color RGB value is (172,197,11).

#acc50b hex color red value is 172, green value is 197 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #acc50b hue: 0.19 , saturation: 0.89 and the lightness value of acc50b is 0.41.

The process color (four color CMYK) of #acc50b color hex is 0.13, 0.00, 0.94, 0.23. Web safe color of #acc50b is #99cc00. Color #acc50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00001011
Octal 254 305 13
Decimal 172 197 11
Hex AC C5 B

RGB Percentages of Color #acc50b

%45.26
%51.84
%2.89

CMYK Percentages of Color #acc50b

%13
%0
%94
%23

Triadic Colors of #acc50b

#acc50b #0bacc5 #c50bac

Analogous Colors of #acc50b

#acc50b #4fc50b #c5810b

Monochromatic Colors of #acc50b

#acc50b

Complementary Color

#acc50b #240bc5

#acc50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc50b Color CSS Codes

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

#acc50b Text Font Color

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

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


#acc50b Background Color

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

This div background color is #acc50b


#acc50b Border Color

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

This div border color is #acc50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc50b


Comments

No comments written yet.

Please login to write comment.