Color Hex Logo

#acca54 Color Hex

#ACCA54
(172,202,84)
0 Favorites   0 Comments

Color spaces of #acca54

RGB 17220284
HSL0.210.530.56
HSV75°58°79°
CMYK 0.150.000.58   0.21
XYZ39.734051.651816.2631
Yxy51.65180.36910.4798
Hunter Lab71.8692-27.084636.8918
CIE-Lab77.0722-27.311154.3540

#acca54 color RGB value is (172,202,84).

#acca54 hex color red value is 172, green value is 202 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #acca54 hue: 0.21 , saturation: 0.53 and the lightness value of acca54 is 0.56.

The process color (four color CMYK) of #acca54 color hex is 0.15, 0.00, 0.58, 0.21. Web safe color of #acca54 is #99cc66. Color #acca54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01010100
Octal 254 312 124
Decimal 172 202 84
Hex AC CA 54

RGB Percentages of Color #acca54

%37.55
%44.10
%18.34

CMYK Percentages of Color #acca54

%15
%0
%58
%21

Triadic Colors of #acca54

#acca54 #54acca #ca54ac

Analogous Colors of #acca54

#acca54 #71ca54 #caad54

Monochromatic Colors of #acca54

#acca54

Complementary Color

#acca54 #7254ca

#acca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca54 Color CSS Codes

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

#acca54 Text Font Color

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

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


#acca54 Background Color

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

This div background color is #acca54


#acca54 Border Color

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

This div border color is #acca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca54


Comments

No comments written yet.

Please login to write comment.