Color Hex Logo

#acca27 Color Hex

#ACCA27
(172,202,39)
0 Favorites   0 Comments

Color spaces of #acca27

RGB 17220239
HSL0.200.680.47
HSV71°81°79°
CMYK 0.150.000.81   0.21
XYZ38.500051.15829.7648
Yxy51.15820.38720.5146
Hunter Lab71.5250-29.086841.9730
CIE-Lab76.7747-29.940270.4342

#acca27 color RGB value is (172,202,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 00100111
Octal 254 312 47
Decimal 172 202 39
Hex AC CA 27

RGB Percentages of Color #acca27

%41.65
%48.91
%9.44

CMYK Percentages of Color #acca27

%15
%0
%81
%21

Triadic Colors of #acca27

#acca27 #27acca #ca27ac

Analogous Colors of #acca27

#acca27 #5bca27 #ca9727

Monochromatic Colors of #acca27

#acca27

Complementary Color

#acca27 #4527ca

#acca27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca27 Color CSS Codes

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

#acca27 Text Font Color

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

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


#acca27 Background Color

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

This div background color is #acca27


#acca27 Border Color

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

This div border color is #acca27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca27


Comments

No comments written yet.

Please login to write comment.