Color Hex Logo

#abb200 Color Hex

#ABB200
(171,178,0)
0 Favorites   0 Comments

Color spaces of #abb200

RGB 1711780
HSL0.171.000.35
HSV62°100°70°
CMYK 0.040.001.00   0.30
XYZ32.715040.49876.0928
Yxy40.49870.41250.5107
Hunter Lab63.6386-19.605238.8705
CIE-Lab69.8233-19.520871.4733

#abb200 color RGB value is (171,178,0).

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

The process color (four color CMYK) of #abb200 color hex is 0.04, 0.00, 1.00, 0.30. Web safe color of #abb200 is #999900. Color #abb200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 00000000
Octal 253 262 0
Decimal 171 178 0
Hex AB B2 0

RGB Percentages of Color #abb200

%49.00
%51.00
%0.00

CMYK Percentages of Color #abb200

%4
%0
%100
%30

Triadic Colors of #abb200

#abb200 #00abb2 #b200ab

Analogous Colors of #abb200

#abb200 #52b200 #b26000

Monochromatic Colors of #abb200

#abb200

Complementary Color

#abb200 #0700b2

#abb200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb200 Color CSS Codes

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

#abb200 Text Font Color

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

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


#abb200 Background Color

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

This div background color is #abb200


#abb200 Border Color

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

This div border color is #abb200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,178,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 #abb200">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb200


Comments

No comments written yet.

Please login to write comment.