Color Hex Logo

#acc11b Color Hex

#ACC11B
(172,193,27)
0 Favorites   0 Comments

Color spaces of #acc11b

RGB 17219327
HSL0.190.750.43
HSV68°86°76°
CMYK 0.110.000.86   0.24
XYZ36.281146.98978.1946
Yxy46.98970.39670.5137
Hunter Lab68.5490-25.485740.8966
CIE-Lab74.1832-26.018071.0474

#acc11b color RGB value is (172,193,27).

#acc11b hex color red value is 172, green value is 193 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #acc11b hue: 0.19 , saturation: 0.75 and the lightness value of acc11b is 0.43.

The process color (four color CMYK) of #acc11b color hex is 0.11, 0.00, 0.86, 0.24. Web safe color of #acc11b is #99cc33. Color #acc11b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00011011
Octal 254 301 33
Decimal 172 193 27
Hex AC C1 1B

RGB Percentages of Color #acc11b

%43.88
%49.23
%6.89

CMYK Percentages of Color #acc11b

%11
%0
%86
%24

Triadic Colors of #acc11b

#acc11b #1bacc1 #c11bac

Analogous Colors of #acc11b

#acc11b #59c11b #c1831b

Monochromatic Colors of #acc11b

#acc11b

Complementary Color

#acc11b #301bc1

#acc11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc11b Color CSS Codes

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

#acc11b Text Font Color

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

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


#acc11b Background Color

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

This div background color is #acc11b


#acc11b Border Color

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

This div border color is #acc11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc11b


Comments

No comments written yet.

Please login to write comment.