Color Hex Logo

#abb091 Color Hex

#ABB091
(171,176,145)
0 Favorites   0 Comments

Color spaces of #abb091

RGB 171176145
HSL0.190.160.63
HSV70°18°69°
CMYK 0.030.000.18   0.31
XYZ37.430841.752932.8744
Yxy41.75290.33400.3726
Hunter Lab64.6165-9.678015.0671
CIE-Lab70.7002-7.213815.3109

#abb091 color RGB value is (171,176,145).

#abb091 hex color red value is 171, green value is 176 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #abb091 hue: 0.19 , saturation: 0.16 and the lightness value of abb091 is 0.63.

The process color (four color CMYK) of #abb091 color hex is 0.03, 0.00, 0.18, 0.31. Web safe color of #abb091 is #999999. Color #abb091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10010001
Octal 253 260 221
Decimal 171 176 145
Hex AB B0 91

RGB Percentages of Color #abb091

%34.76
%35.77
%29.47

CMYK Percentages of Color #abb091

%3
%0
%18
%31

Triadic Colors of #abb091

#abb091 #91abb0 #b091ab

Analogous Colors of #abb091

#abb091 #9cb091 #b0a691

Monochromatic Colors of #abb091

#abb091

Complementary Color

#abb091 #9691b0

#abb091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb091 Color CSS Codes

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

#abb091 Text Font Color

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

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


#abb091 Background Color

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

This div background color is #abb091


#abb091 Border Color

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

This div border color is #abb091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb091


Comments

No comments written yet.

Please login to write comment.