Color Hex Logo

#acc95b Color Hex

#ACC95B
(172,201,91)
0 Favorites   0 Comments

Color spaces of #acc95b

RGB 17220191
HSL0.210.500.57
HSV76°55°79°
CMYK 0.140.000.55   0.21
XYZ39.788251.299317.7022
Yxy51.29930.36570.4715
Hunter Lab71.6235-26.181135.4826
CIE-Lab76.8600-26.226550.9462

#acc95b color RGB value is (172,201,91).

#acc95b hex color red value is 172, green value is 201 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acc95b hue: 0.21 , saturation: 0.50 and the lightness value of acc95b is 0.57.

The process color (four color CMYK) of #acc95b color hex is 0.14, 0.00, 0.55, 0.21. Web safe color of #acc95b is #99cc66. Color #acc95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 01011011
Octal 254 311 133
Decimal 172 201 91
Hex AC C9 5B

RGB Percentages of Color #acc95b

%37.07
%43.32
%19.61

CMYK Percentages of Color #acc95b

%14
%0
%55
%21

Triadic Colors of #acc95b

#acc95b #5bacc9 #c95bac

Analogous Colors of #acc95b

#acc95b #75c95b #c9af5b

Monochromatic Colors of #acc95b

#acc95b

Complementary Color

#acc95b #785bc9

#acc95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc95b Color CSS Codes

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

#acc95b Text Font Color

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

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


#acc95b Background Color

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

This div background color is #acc95b


#acc95b Border Color

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

This div border color is #acc95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc95b


Comments

No comments written yet.

Please login to write comment.