Color Hex Logo

#abac93 Color Hex

#ABAC93
(171,172,147)
0 Favorites   0 Comments

Color spaces of #abac93

RGB 171172147
HSL0.170.130.63
HSV62°15°67°
CMYK 0.010.000.15   0.33
XYZ36.813640.269633.4363
Yxy40.26960.33310.3644
Hunter Lab63.4583-7.500213.1808
CIE-Lab69.6611-4.760512.7593

#abac93 color RGB value is (171,172,147).

#abac93 hex color red value is 171, green value is 172 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abac93 hue: 0.17 , saturation: 0.13 and the lightness value of abac93 is 0.63.

The process color (four color CMYK) of #abac93 color hex is 0.01, 0.00, 0.15, 0.33. Web safe color of #abac93 is #999999. Color #abac93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10010011
Octal 253 254 223
Decimal 171 172 147
Hex AB AC 93

RGB Percentages of Color #abac93

%34.90
%35.10
%30.00

CMYK Percentages of Color #abac93

%1
%0
%15
%33

Triadic Colors of #abac93

#abac93 #93abac #ac93ab

Analogous Colors of #abac93

#abac93 #9fac93 #aca193

Monochromatic Colors of #abac93

#abac93

Complementary Color

#abac93 #9493ac

#abac93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac93 Color CSS Codes

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

#abac93 Text Font Color

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

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


#abac93 Background Color

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

This div background color is #abac93


#abac93 Border Color

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

This div border color is #abac93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac93


Comments

No comments written yet.

Please login to write comment.