Color Hex Logo

#abb09d Color Hex

#ABB09D
(171,176,157)
0 Favorites   0 Comments

Color spaces of #abb09d

RGB 171176157
HSL0.210.110.65
HSV76°11°69°
CMYK 0.030.000.11   0.31
XYZ38.405742.142938.0085
Yxy42.14290.32390.3555
Hunter Lab64.9176-8.003810.7287
CIE-Lab70.9693-5.21929.1252

#abb09d color RGB value is (171,176,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10011101
Octal 253 260 235
Decimal 171 176 157
Hex AB B0 9D

RGB Percentages of Color #abb09d

%33.93
%34.92
%31.15

CMYK Percentages of Color #abb09d

%3
%0
%11
%31

Triadic Colors of #abb09d

#abb09d #9dabb0 #b09dab

Analogous Colors of #abb09d

#abb09d #a2b09d #b0ac9d

Monochromatic Colors of #abb09d

#abb09d

Complementary Color

#abb09d #a29db0

#abb09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb09d Color CSS Codes

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

#abb09d Text Font Color

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

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


#abb09d Background Color

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

This div background color is #abb09d


#abb09d Border Color

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

This div border color is #abb09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb09d


Comments

No comments written yet.

Please login to write comment.