Color Hex Logo

#acc127 Color Hex

#ACC127
(172,193,39)
0 Favorites   0 Comments

Color spaces of #acc127

RGB 17219339
HSL0.190.660.45
HSV68°80°76°
CMYK 0.110.000.80   0.24
XYZ36.449447.05719.0813
Yxy47.05710.39370.5082
Hunter Lab68.5982-25.201540.1697
CIE-Lab74.2263-25.643868.1797

#acc127 color RGB value is (172,193,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00100111
Octal 254 301 47
Decimal 172 193 39
Hex AC C1 27

RGB Percentages of Color #acc127

%42.57
%47.77
%9.65

CMYK Percentages of Color #acc127

%11
%0
%80
%24

Triadic Colors of #acc127

#acc127 #27acc1 #c127ac

Analogous Colors of #acc127

#acc127 #5fc127 #c18927

Monochromatic Colors of #acc127

#acc127

Complementary Color

#acc127 #3c27c1

#acc127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc127 Color CSS Codes

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

#acc127 Text Font Color

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

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


#acc127 Background Color

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

This div background color is #acc127


#acc127 Border Color

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

This div border color is #acc127


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,193,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 #acc127">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc127


Comments

No comments written yet.

Please login to write comment.