Color Hex Logo

#abb680 Color Hex

#ABB680
(171,182,128)
0 Favorites   0 Comments

Color spaces of #abb680

RGB 171182128
HSL0.200.270.61
HSV72°30°71°
CMYK 0.060.000.30   0.29
XYZ37.418843.672326.8795
Yxy43.67230.34660.4045
Hunter Lab66.0850-14.578122.1438
CIE-Lab72.0089-12.893926.2761

#abb680 color RGB value is (171,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10000000
Octal 253 266 200
Decimal 171 182 128
Hex AB B6 80

RGB Percentages of Color #abb680

%35.55
%37.84
%26.61

CMYK Percentages of Color #abb680

%6
%0
%30
%29

Triadic Colors of #abb680

#abb680 #80abb6 #b680ab

Analogous Colors of #abb680

#abb680 #90b680 #b6a680

Monochromatic Colors of #abb680

#abb680

Complementary Color

#abb680 #8b80b6

#abb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb680 Color CSS Codes

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

#abb680 Text Font Color

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

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


#abb680 Background Color

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

This div background color is #abb680


#abb680 Border Color

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

This div border color is #abb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb680


Comments

No comments written yet.

Please login to write comment.