Color Hex Logo

#acca11 Color Hex

#ACCA11
(172,202,17)
0 Favorites   0 Comments

Color spaces of #acca11

RGB 17220217
HSL0.190.840.43
HSV70°92°79°
CMYK 0.150.000.92   0.21
XYZ38.235051.05228.3692
Yxy51.05220.39150.5228
Hunter Lab71.4508-29.519443.0708
CIE-Lab76.7106-30.514674.8095

#acca11 color RGB value is (172,202,17).

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

The process color (four color CMYK) of #acca11 color hex is 0.15, 0.00, 0.92, 0.21. Web safe color of #acca11 is #99cc00. Color #acca11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 00010001
Octal 254 312 21
Decimal 172 202 17
Hex AC CA 11

RGB Percentages of Color #acca11

%43.99
%51.66
%4.35

CMYK Percentages of Color #acca11

%15
%0
%92
%21

Triadic Colors of #acca11

#acca11 #11acca #ca11ac

Analogous Colors of #acca11

#acca11 #50ca11 #ca8c11

Monochromatic Colors of #acca11

#acca11

Complementary Color

#acca11 #2f11ca

#acca11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca11 Color CSS Codes

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

#acca11 Text Font Color

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

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


#acca11 Background Color

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

This div background color is #acca11


#acca11 Border Color

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

This div border color is #acca11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca11


Comments

No comments written yet.

Please login to write comment.