Color Hex Logo

#abb965 Color Hex

#ABB965
(171,185,101)
0 Favorites   0 Comments

Color spaces of #abb965

RGB 171185101
HSL0.190.380.56
HSV70°45°73°
CMYK 0.080.000.45   0.27
XYZ36.492544.295418.9384
Yxy44.29540.36590.4442
Hunter Lab66.5548-18.598029.7172
CIE-Lab72.4255-17.738740.8166

#abb965 color RGB value is (171,185,101).

#abb965 hex color red value is 171, green value is 185 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #abb965 hue: 0.19 , saturation: 0.38 and the lightness value of abb965 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01100101
Octal 253 271 145
Decimal 171 185 101
Hex AB B9 65

RGB Percentages of Color #abb965

%37.42
%40.48
%22.10

CMYK Percentages of Color #abb965

%8
%0
%45
%27

Triadic Colors of #abb965

#abb965 #65abb9 #b965ab

Analogous Colors of #abb965

#abb965 #81b965 #b99d65

Monochromatic Colors of #abb965

#abb965

Complementary Color

#abb965 #7365b9

#abb965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb965 Color CSS Codes

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

#abb965 Text Font Color

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

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


#abb965 Background Color

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

This div background color is #abb965


#abb965 Border Color

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

This div border color is #abb965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb965


Comments

No comments written yet.

Please login to write comment.