Color Hex Logo

#acc48a Color Hex

#ACC48A
(172,196,138)
0 Favorites   0 Comments

Color spaces of #acc48a

RGB 172196138
HSL0.240.330.65
HSV85°30°77°
CMYK 0.120.000.30   0.23
XYZ41.340650.085531.5333
Yxy50.08550.33620.4073
Hunter Lab70.7711-19.579523.1221
CIE-Lab76.1217-18.241926.5082

#acc48a color RGB value is (172,196,138).

#acc48a hex color red value is 172, green value is 196 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #acc48a hue: 0.24 , saturation: 0.33 and the lightness value of acc48a is 0.65.

The process color (four color CMYK) of #acc48a color hex is 0.12, 0.00, 0.30, 0.23. Web safe color of #acc48a is #99cc99. Color #acc48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10001010
Octal 254 304 212
Decimal 172 196 138
Hex AC C4 8A

RGB Percentages of Color #acc48a

%33.99
%38.74
%27.27

CMYK Percentages of Color #acc48a

%12
%0
%30
%23

Triadic Colors of #acc48a

#acc48a #8aacc4 #c48aac

Analogous Colors of #acc48a

#acc48a #8fc48a #c4bf8a

Monochromatic Colors of #acc48a

#acc48a

Complementary Color

#acc48a #a28ac4

#acc48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc48a Color CSS Codes

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

#acc48a Text Font Color

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

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


#acc48a Background Color

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

This div background color is #acc48a


#acc48a Border Color

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

This div border color is #acc48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc48a


Comments

No comments written yet.

Please login to write comment.