Color Hex Logo

#acc247 Color Hex

#ACC247
(172,194,71)
0 Favorites   0 Comments

Color spaces of #acc247

RGB 17219471
HSL0.200.500.52
HSV71°63°76°
CMYK 0.110.000.63   0.24
XYZ37.442447.809213.2159
Yxy47.80920.38030.4855
Hunter Lab69.1442-24.342537.0685
CIE-Lab74.7044-24.435557.3625

#acc247 color RGB value is (172,194,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 01000111
Octal 254 302 107
Decimal 172 194 71
Hex AC C2 47

RGB Percentages of Color #acc247

%39.36
%44.39
%16.25

CMYK Percentages of Color #acc247

%11
%0
%63
%24

Triadic Colors of #acc247

#acc247 #47acc2 #c247ac

Analogous Colors of #acc247

#acc247 #6fc247 #c29b47

Monochromatic Colors of #acc247

#acc247

Complementary Color

#acc247 #5d47c2

#acc247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc247 Color CSS Codes

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

#acc247 Text Font Color

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

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


#acc247 Background Color

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

This div background color is #acc247


#acc247 Border Color

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

This div border color is #acc247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc247


Comments

No comments written yet.

Please login to write comment.