Color Hex Logo

#abbf60 Color Hex

#ABBF60
(171,191,96)
0 Favorites   0 Comments

Color spaces of #abbf60

RGB 17119196
HSL0.200.430.56
HSV73°50°75°
CMYK 0.100.000.50   0.25
XYZ37.536746.764118.1143
Yxy46.76410.36650.4566
Hunter Lab68.3843-21.692432.1637
CIE-Lab74.0386-21.258245.2413

#abbf60 color RGB value is (171,191,96).

#abbf60 hex color red value is 171, green value is 191 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #abbf60 hue: 0.20 , saturation: 0.43 and the lightness value of abbf60 is 0.56.

The process color (four color CMYK) of #abbf60 color hex is 0.10, 0.00, 0.50, 0.25. Web safe color of #abbf60 is #99cc66. Color #abbf60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 01100000
Octal 253 277 140
Decimal 171 191 96
Hex AB BF 60

RGB Percentages of Color #abbf60

%37.34
%41.70
%20.96

CMYK Percentages of Color #abbf60

%10
%0
%50
%25

Triadic Colors of #abbf60

#abbf60 #60abbf #bf60ab

Analogous Colors of #abbf60

#abbf60 #7cbf60 #bfa460

Monochromatic Colors of #abbf60

#abbf60

Complementary Color

#abbf60 #7460bf

#abbf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf60 Color CSS Codes

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

#abbf60 Text Font Color

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

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


#abbf60 Background Color

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

This div background color is #abbf60


#abbf60 Border Color

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

This div border color is #abbf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf60

#abbf60 Color Palettes


Comments

No comments written yet.

Please login to write comment.