Color Hex Logo

#abb681 Color Hex

#ABB681
(171,182,129)
0 Favorites   0 Comments

Color spaces of #abb681

RGB 171182129
HSL0.200.270.61
HSV72°29°71°
CMYK 0.060.000.29   0.29
XYZ37.485043.698827.2279
Yxy43.69880.34580.4031
Hunter Lab66.1051-14.465121.8527
CIE-Lab72.0267-12.754725.7671

#abb681 color RGB value is (171,182,129).

#abb681 hex color red value is 171, green value is 182 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #abb681 hue: 0.20 , saturation: 0.27 and the lightness value of abb681 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10000001
Octal 253 266 201
Decimal 171 182 129
Hex AB B6 81

RGB Percentages of Color #abb681

%35.48
%37.76
%26.76

CMYK Percentages of Color #abb681

%6
%0
%29
%29

Triadic Colors of #abb681

#abb681 #81abb6 #b681ab

Analogous Colors of #abb681

#abb681 #91b681 #b6a781

Monochromatic Colors of #abb681

#abb681

Complementary Color

#abb681 #8c81b6

#abb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb681 Color CSS Codes

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

#abb681 Text Font Color

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

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


#abb681 Background Color

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

This div background color is #abb681


#abb681 Border Color

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

This div border color is #abb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb681


Comments

No comments written yet.

Please login to write comment.