Color Hex Logo

#acc126 Color Hex

#ACC126
(172,193,38)
0 Favorites   0 Comments

Color spaces of #acc126

RGB 17219338
HSL0.190.670.45
HSV68°80°76°
CMYK 0.110.000.80   0.24
XYZ36.433147.05058.9952
Yxy47.05050.39400.5088
Hunter Lab68.5934-25.228840.2402
CIE-Lab74.2221-25.679868.4495

#acc126 color RGB value is (172,193,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00100110
Octal 254 301 46
Decimal 172 193 38
Hex AC C1 26

RGB Percentages of Color #acc126

%42.68
%47.89
%9.43

CMYK Percentages of Color #acc126

%11
%0
%80
%24

Triadic Colors of #acc126

#acc126 #26acc1 #c126ac

Analogous Colors of #acc126

#acc126 #5ec126 #c18926

Monochromatic Colors of #acc126

#acc126

Complementary Color

#acc126 #3b26c1

#acc126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc126 Color CSS Codes

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

#acc126 Text Font Color

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

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


#acc126 Background Color

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

This div background color is #acc126


#acc126 Border Color

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

This div border color is #acc126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc126


Comments

No comments written yet.

Please login to write comment.