Color Hex Logo

#abb968 Color Hex

#ABB968
(171,185,104)
0 Favorites   0 Comments

Color spaces of #abb968

RGB 171185104
HSL0.200.370.57
HSV70°44°73°
CMYK 0.080.000.44   0.27
XYZ36.642244.355319.7269
Yxy44.35530.36380.4404
Hunter Lab66.5998-18.341629.0581
CIE-Lab72.4653-17.414239.3569

#abb968 color RGB value is (171,185,104).

#abb968 hex color red value is 171, green value is 185 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abb968 hue: 0.20 , saturation: 0.37 and the lightness value of abb968 is 0.57.

The process color (four color CMYK) of #abb968 color hex is 0.08, 0.00, 0.44, 0.27. Web safe color of #abb968 is #99cc66. Color #abb968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01101000
Octal 253 271 150
Decimal 171 185 104
Hex AB B9 68

RGB Percentages of Color #abb968

%37.17
%40.22
%22.61

CMYK Percentages of Color #abb968

%8
%0
%44
%27

Triadic Colors of #abb968

#abb968 #68abb9 #b968ab

Analogous Colors of #abb968

#abb968 #83b968 #b99f68

Monochromatic Colors of #abb968

#abb968

Complementary Color

#abb968 #7668b9

#abb968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb968 Color CSS Codes

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

#abb968 Text Font Color

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

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


#abb968 Background Color

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

This div background color is #abb968


#abb968 Border Color

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

This div border color is #abb968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb968


Comments

No comments written yet.

Please login to write comment.