Color Hex Logo

#acc427 Color Hex

#ACC427
(172,196,39)
0 Favorites   0 Comments

Color spaces of #acc427

RGB 17219639
HSL0.190.670.46
HSV69°80°77°
CMYK 0.120.000.80   0.23
XYZ37.119448.39709.3046
Yxy48.39700.39150.5104
Hunter Lab69.5680-26.501640.7676
CIE-Lab75.0746-27.088268.9320

#acc427 color RGB value is (172,196,39).

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

The process color (four color CMYK) of #acc427 color hex is 0.12, 0.00, 0.80, 0.23. Web safe color of #acc427 is #99cc33. Color #acc427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 00100111
Octal 254 304 47
Decimal 172 196 39
Hex AC C4 27

RGB Percentages of Color #acc427

%42.26
%48.16
%9.58

CMYK Percentages of Color #acc427

%12
%0
%80
%23

Triadic Colors of #acc427

#acc427 #27acc4 #c427ac

Analogous Colors of #acc427

#acc427 #5ec427 #c48e27

Monochromatic Colors of #acc427

#acc427

Complementary Color

#acc427 #3f27c4

#acc427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc427 Color CSS Codes

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

#acc427 Text Font Color

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

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


#acc427 Background Color

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

This div background color is #acc427


#acc427 Border Color

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

This div border color is #acc427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc427


Comments

No comments written yet.

Please login to write comment.