Color Hex Logo

#acca25 Color Hex

#ACCA25
(172,202,37)
0 Favorites   0 Comments

Color spaces of #acca25

RGB 17220237
HSL0.200.690.47
HSV71°82°79°
CMYK 0.150.000.82   0.21
XYZ38.467751.14539.5948
Yxy51.14530.38770.5155
Hunter Lab71.5159-29.139642.1066
CIE-Lab76.7669-30.010170.9433

#acca25 color RGB value is (172,202,37).

#acca25 hex color red value is 172, green value is 202 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #acca25 hue: 0.20 , saturation: 0.69 and the lightness value of acca25 is 0.47.

The process color (four color CMYK) of #acca25 color hex is 0.15, 0.00, 0.82, 0.21. Web safe color of #acca25 is #99cc33. Color #acca25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 00100101
Octal 254 312 45
Decimal 172 202 37
Hex AC CA 25

RGB Percentages of Color #acca25

%41.85
%49.15
%9.00

CMYK Percentages of Color #acca25

%15
%0
%82
%21

Triadic Colors of #acca25

#acca25 #25acca #ca25ac

Analogous Colors of #acca25

#acca25 #5aca25 #ca9625

Monochromatic Colors of #acca25

#acca25

Complementary Color

#acca25 #4325ca

#acca25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca25 Color CSS Codes

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

#acca25 Text Font Color

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

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


#acca25 Background Color

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

This div background color is #acca25


#acca25 Border Color

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

This div border color is #acca25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca25


Comments

No comments written yet.

Please login to write comment.