Color Hex Logo

#abb092 Color Hex

#ABB092
(171,176,146)
0 Favorites   0 Comments

Color spaces of #abb092

RGB 171176146
HSL0.190.160.63
HSV70°17°69°
CMYK 0.030.000.17   0.31
XYZ37.508241.783933.2823
Yxy41.78390.33320.3712
Hunter Lab64.6405-9.544614.7209
CIE-Lab70.7217-7.053814.7953

#abb092 color RGB value is (171,176,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10010010
Octal 253 260 222
Decimal 171 176 146
Hex AB B0 92

RGB Percentages of Color #abb092

%34.69
%35.70
%29.61

CMYK Percentages of Color #abb092

%3
%0
%17
%31

Triadic Colors of #abb092

#abb092 #92abb0 #b092ab

Analogous Colors of #abb092

#abb092 #9cb092 #b0a692

Monochromatic Colors of #abb092

#abb092

Complementary Color

#abb092 #9792b0

#abb092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb092 Color CSS Codes

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

#abb092 Text Font Color

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

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


#abb092 Background Color

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

This div background color is #abb092


#abb092 Border Color

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

This div border color is #abb092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb092


Comments

No comments written yet.

Please login to write comment.