Color Hex Logo

#acc18b Color Hex

#ACC18B
(172,193,139)
0 Favorites   0 Comments

Color spaces of #acc18b

RGB 172193139
HSL0.230.300.65
HSV83°28°76°
CMYK 0.110.000.28   0.24
XYZ40.743448.774731.6931
Yxy48.77470.33610.4024
Hunter Lab69.8389-18.082721.9812
CIE-Lab75.3109-16.580324.8872

#acc18b color RGB value is (172,193,139).

#acc18b hex color red value is 172, green value is 193 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acc18b hue: 0.23 , saturation: 0.30 and the lightness value of acc18b is 0.65.

The process color (four color CMYK) of #acc18b color hex is 0.11, 0.00, 0.28, 0.24. Web safe color of #acc18b is #99cc99. Color #acc18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 10001011
Octal 254 301 213
Decimal 172 193 139
Hex AC C1 8B

RGB Percentages of Color #acc18b

%34.13
%38.29
%27.58

CMYK Percentages of Color #acc18b

%11
%0
%28
%24

Triadic Colors of #acc18b

#acc18b #8bacc1 #c18bac

Analogous Colors of #acc18b

#acc18b #91c18b #c1bb8b

Monochromatic Colors of #acc18b

#acc18b

Complementary Color

#acc18b #a08bc1

#acc18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc18b Color CSS Codes

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

#acc18b Text Font Color

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

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


#acc18b Background Color

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

This div background color is #acc18b


#acc18b Border Color

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

This div border color is #acc18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc18b


Comments

No comments written yet.

Please login to write comment.