Color Hex Logo

#abb993 Color Hex

#ABB993
(171,185,147)
0 Favorites   0 Comments

Color spaces of #abb993

RGB 171185147
HSL0.230.210.65
HSV82°21°73°
CMYK 0.080.000.21   0.27
XYZ39.410045.462434.3018
Yxy45.46240.33070.3815
Hunter Lab67.4258-13.662917.0352
CIE-Lab73.1953-11.619617.6984

#abb993 color RGB value is (171,185,147).

#abb993 hex color red value is 171, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abb993 hue: 0.23 , saturation: 0.21 and the lightness value of abb993 is 0.65.

The process color (four color CMYK) of #abb993 color hex is 0.08, 0.00, 0.21, 0.27. Web safe color of #abb993 is #99cc99. Color #abb993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 10010011
Octal 253 271 223
Decimal 171 185 147
Hex AB B9 93

RGB Percentages of Color #abb993

%34.00
%36.78
%29.22

CMYK Percentages of Color #abb993

%8
%0
%21
%27

Triadic Colors of #abb993

#abb993 #93abb9 #b993ab

Analogous Colors of #abb993

#abb993 #98b993 #b9b493

Monochromatic Colors of #abb993

#abb993

Complementary Color

#abb993 #a193b9

#abb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb993 Color CSS Codes

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

#abb993 Text Font Color

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

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


#abb993 Background Color

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

This div background color is #abb993


#abb993 Border Color

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

This div border color is #abb993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,185,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 #abb993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb993


Comments

No comments written yet.

Please login to write comment.