Color Hex Logo

#abb68a Color Hex

#ABB68A
(171,182,138)
0 Favorites   0 Comments

Color spaces of #abb68a

RGB 171182138
HSL0.210.230.63
HSV75°24°71°
CMYK 0.060.000.24   0.29
XYZ38.110043.948830.5191
Yxy43.94880.33850.3904
Hunter Lab66.2939-13.401019.1109
CIE-Lab72.1943-11.450221.1709

#abb68a color RGB value is (171,182,138).

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

The process color (four color CMYK) of #abb68a color hex is 0.06, 0.00, 0.24, 0.29. Web safe color of #abb68a is #99cc99. Color #abb68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10001010
Octal 253 266 212
Decimal 171 182 138
Hex AB B6 8A

RGB Percentages of Color #abb68a

%34.83
%37.07
%28.11

CMYK Percentages of Color #abb68a

%6
%0
%24
%29

Triadic Colors of #abb68a

#abb68a #8aabb6 #b68aab

Analogous Colors of #abb68a

#abb68a #95b68a #b6ab8a

Monochromatic Colors of #abb68a

#abb68a

Complementary Color

#abb68a #958ab6

#abb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb68a Color CSS Codes

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

#abb68a Text Font Color

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

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


#abb68a Background Color

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

This div background color is #abb68a


#abb68a Border Color

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

This div border color is #abb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb68a


Comments

No comments written yet.

Please login to write comment.