Color Hex Logo

#acbc92 Color Hex

#ACBC92
(172,188,146)
0 Favorites   0 Comments

Color spaces of #acbc92

RGB 172188146
HSL0.230.240.65
HSV83°22°74°
CMYK 0.090.000.22   0.26
XYZ40.184846.812434.1119
Yxy46.81240.33180.3865
Hunter Lab68.4196-14.896118.3335
CIE-Lab74.0696-12.960519.4574

#acbc92 color RGB value is (172,188,146).

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

The process color (four color CMYK) of #acbc92 color hex is 0.09, 0.00, 0.22, 0.26. Web safe color of #acbc92 is #99cc99. Color #acbc92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10010010
Octal 254 274 222
Decimal 172 188 146
Hex AC BC 92

RGB Percentages of Color #acbc92

%33.99
%37.15
%28.85

CMYK Percentages of Color #acbc92

%9
%0
%22
%26

Triadic Colors of #acbc92

#acbc92 #92acbc #bc92ac

Analogous Colors of #acbc92

#acbc92 #97bc92 #bcb792

Monochromatic Colors of #acbc92

#acbc92

Complementary Color

#acbc92 #a292bc

#acbc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc92 Color CSS Codes

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

#acbc92 Text Font Color

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

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


#acbc92 Background Color

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

This div background color is #acbc92


#acbc92 Border Color

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

This div border color is #acbc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc92


Comments

No comments written yet.

Please login to write comment.