Color Hex Logo

#abb691 Color Hex

#ABB691
(171,182,145)
0 Favorites   0 Comments

Color spaces of #abb691

RGB 171182145
HSL0.220.200.64
HSV78°20°71°
CMYK 0.060.000.20   0.29
XYZ38.633444.158233.2752
Yxy44.15820.33290.3805
Hunter Lab66.4516-12.514716.8271
CIE-Lab72.3341-10.372817.5849

#abb691 color RGB value is (171,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10010001
Octal 253 266 221
Decimal 171 182 145
Hex AB B6 91

RGB Percentages of Color #abb691

%34.34
%36.55
%29.12

CMYK Percentages of Color #abb691

%6
%0
%20
%29

Triadic Colors of #abb691

#abb691 #91abb6 #b691ab

Analogous Colors of #abb691

#abb691 #99b691 #b6af91

Monochromatic Colors of #abb691

#abb691

Complementary Color

#abb691 #9c91b6

#abb691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb691 Color CSS Codes

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

#abb691 Text Font Color

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

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


#abb691 Background Color

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

This div background color is #abb691


#abb691 Border Color

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

This div border color is #abb691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb691


Comments

No comments written yet.

Please login to write comment.