Color Hex Logo

#abbf40 Color Hex

#ABBF40
(171,191,64)
0 Favorites   0 Comments

Color spaces of #abbf40

RGB 17119164
HSL0.190.500.50
HSV69°66°75°
CMYK 0.100.000.66   0.25
XYZ36.350846.289711.8694
Yxy46.28970.38460.4898
Hunter Lab68.0365-23.694337.2821
CIE-Lab73.7331-23.846059.1721

#abbf40 color RGB value is (171,191,64).

#abbf40 hex color red value is 171, green value is 191 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #abbf40 hue: 0.19 , saturation: 0.50 and the lightness value of abbf40 is 0.50.

The process color (four color CMYK) of #abbf40 color hex is 0.10, 0.00, 0.66, 0.25. Web safe color of #abbf40 is #99cc33. Color #abbf40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 01000000
Octal 253 277 100
Decimal 171 191 64
Hex AB BF 40

RGB Percentages of Color #abbf40

%40.14
%44.84
%15.02

CMYK Percentages of Color #abbf40

%10
%0
%66
%25

Triadic Colors of #abbf40

#abbf40 #40abbf #bf40ab

Analogous Colors of #abbf40

#abbf40 #6cbf40 #bf9440

Monochromatic Colors of #abbf40

#abbf40

Complementary Color

#abbf40 #5440bf

#abbf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf40 Color CSS Codes

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

#abbf40 Text Font Color

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

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


#abbf40 Background Color

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

This div background color is #abbf40


#abbf40 Border Color

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

This div border color is #abbf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf40


Comments

No comments written yet.

Please login to write comment.