Color Hex Logo

#abb14f Color Hex

#ABB14F
(171,177,79)
0 Favorites   0 Comments

Color spaces of #abb14f

RGB 17117779
HSL0.180.390.50
HSV64°55°69°
CMYK 0.030.000.55   0.31
XYZ33.928040.666713.4584
Yxy40.66670.38530.4618
Hunter Lab63.7704-16.630332.1265
CIE-Lab69.9418-15.753348.5491

#abb14f color RGB value is (171,177,79).

#abb14f hex color red value is 171, green value is 177 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #abb14f hue: 0.18 , saturation: 0.39 and the lightness value of abb14f is 0.50.

The process color (four color CMYK) of #abb14f color hex is 0.03, 0.00, 0.55, 0.31. Web safe color of #abb14f is #999966. Color #abb14f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 01001111
Octal 253 261 117
Decimal 171 177 79
Hex AB B1 4F

RGB Percentages of Color #abb14f

%40.05
%41.45
%18.50

CMYK Percentages of Color #abb14f

%3
%0
%55
%31

Triadic Colors of #abb14f

#abb14f #4fabb1 #b14fab

Analogous Colors of #abb14f

#abb14f #7ab14f #b1864f

Monochromatic Colors of #abb14f

#abb14f

Complementary Color

#abb14f #554fb1

#abb14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb14f Color CSS Codes

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

#abb14f Text Font Color

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

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


#abb14f Background Color

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

This div background color is #abb14f


#abb14f Border Color

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

This div border color is #abb14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb14f


Comments

No comments written yet.

Please login to write comment.