Color Hex Logo

#acc934 Color Hex

#ACC934
(172,201,52)
0 Favorites   0 Comments

Color spaces of #acc934

RGB 17220152
HSL0.200.590.50
HSV72°74°79°
CMYK 0.140.000.74   0.21
XYZ38.519750.791911.0224
Yxy50.79190.38390.5062
Hunter Lab71.2684-28.242740.7181
CIE-Lab76.5528-28.920466.3624

#acc934 color RGB value is (172,201,52).

#acc934 hex color red value is 172, green value is 201 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #acc934 hue: 0.20 , saturation: 0.59 and the lightness value of acc934 is 0.50.

The process color (four color CMYK) of #acc934 color hex is 0.14, 0.00, 0.74, 0.21. Web safe color of #acc934 is #99cc33. Color #acc934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 00110100
Octal 254 311 64
Decimal 172 201 52
Hex AC C9 34

RGB Percentages of Color #acc934

%40.47
%47.29
%12.24

CMYK Percentages of Color #acc934

%14
%0
%74
%21

Triadic Colors of #acc934

#acc934 #34acc9 #c934ac

Analogous Colors of #acc934

#acc934 #62c934 #c99c34

Monochromatic Colors of #acc934

#acc934

Complementary Color

#acc934 #5134c9

#acc934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc934 Color CSS Codes

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

#acc934 Text Font Color

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

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


#acc934 Background Color

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

This div background color is #acc934


#acc934 Border Color

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

This div border color is #acc934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc934


Comments

No comments written yet.

Please login to write comment.