Color Hex Logo

#abb090 Color Hex

#ABB090
(171,176,144)
0 Favorites   0 Comments

Color spaces of #abb090

RGB 171176144
HSL0.190.170.63
HSV69°18°69°
CMYK 0.030.000.18   0.31
XYZ37.354041.722232.4700
Yxy41.72220.33490.3740
Hunter Lab64.5927-9.810615.4105
CIE-Lab70.6790-7.373015.8267

#abb090 color RGB value is (171,176,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10010000
Octal 253 260 220
Decimal 171 176 144
Hex AB B0 90

RGB Percentages of Color #abb090

%34.83
%35.85
%29.33

CMYK Percentages of Color #abb090

%3
%0
%18
%31

Triadic Colors of #abb090

#abb090 #90abb0 #b090ab

Analogous Colors of #abb090

#abb090 #9bb090 #b0a590

Monochromatic Colors of #abb090

#abb090

Complementary Color

#abb090 #9590b0

#abb090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb090 Color CSS Codes

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

#abb090 Text Font Color

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

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


#abb090 Background Color

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

This div background color is #abb090


#abb090 Border Color

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

This div border color is #abb090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb090


Comments

No comments written yet.

Please login to write comment.