Color Hex Logo

#acc05b Color Hex

#ACC05B
(172,192,91)
0 Favorites   0 Comments

Color spaces of #acc05b

RGB 17219291
HSL0.200.440.55
HSV72°53°75°
CMYK 0.100.000.53   0.25
XYZ37.751247.225317.0232
Yxy47.22530.37010.4630
Hunter Lab68.7207-22.203533.4174
CIE-Lab74.3337-21.832448.0044

#acc05b color RGB value is (172,192,91).

#acc05b hex color red value is 172, green value is 192 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acc05b hue: 0.20 , saturation: 0.44 and the lightness value of acc05b is 0.55.

The process color (four color CMYK) of #acc05b color hex is 0.10, 0.00, 0.53, 0.25. Web safe color of #acc05b is #99cc66. Color #acc05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 01011011
Octal 254 300 133
Decimal 172 192 91
Hex AC C0 5B

RGB Percentages of Color #acc05b

%37.80
%42.20
%20.00

CMYK Percentages of Color #acc05b

%10
%0
%53
%25

Triadic Colors of #acc05b

#acc05b #5bacc0 #c05bac

Analogous Colors of #acc05b

#acc05b #7ac05b #c0a25b

Monochromatic Colors of #acc05b

#acc05b

Complementary Color

#acc05b #6f5bc0

#acc05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc05b Color CSS Codes

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

#acc05b Text Font Color

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

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


#acc05b Background Color

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

This div background color is #acc05b


#acc05b Border Color

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

This div border color is #acc05b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,192,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 #acc05b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc05b


Comments

No comments written yet.

Please login to write comment.