Color Hex Logo

#abb400 Color Hex

#ABB400
(171,180,0)
0 Favorites   0 Comments

Color spaces of #abb400

RGB 1711800
HSL0.181.000.35
HSV63°100°71°
CMYK 0.050.001.00   0.29
XYZ33.115841.30046.2264
Yxy41.30040.41060.5121
Hunter Lab64.2654-20.483839.2414
CIE-Lab70.3859-20.520771.8883

#abb400 color RGB value is (171,180,0).

#abb400 hex color red value is 171, green value is 180 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #abb400 hue: 0.18 , saturation: 1.00 and the lightness value of abb400 is 0.35.

The process color (four color CMYK) of #abb400 color hex is 0.05, 0.00, 1.00, 0.29. Web safe color of #abb400 is #99cc00. Color #abb400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 00000000
Octal 253 264 0
Decimal 171 180 0
Hex AB B4 0

RGB Percentages of Color #abb400

%48.72
%51.28
%0.00

CMYK Percentages of Color #abb400

%5
%0
%100
%29

Triadic Colors of #abb400

#abb400 #00abb4 #b400ab

Analogous Colors of #abb400

#abb400 #51b400 #b46300

Monochromatic Colors of #abb400

#abb400

Complementary Color

#abb400 #0900b4

#abb400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb400 Color CSS Codes

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

#abb400 Text Font Color

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

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


#abb400 Background Color

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

This div background color is #abb400


#abb400 Border Color

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

This div border color is #abb400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb400

#abb400 Color Palettes


Comments

No comments written yet.

Please login to write comment.