Color Hex Logo

#abb01e Color Hex

#ABB01E
(171,176,30)
0 Favorites   0 Comments

Color spaces of #abb01e

RGB 17117630
HSL0.170.710.40
HSV62°83°69°
CMYK 0.030.000.83   0.31
XYZ32.554339.80237.1951
Yxy39.80230.40920.5003
Hunter Lab63.0891-18.298937.4005
CIE-Lab69.3285-17.962866.2602

#abb01e color RGB value is (171,176,30).

#abb01e hex color red value is 171, green value is 176 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #abb01e hue: 0.17 , saturation: 0.71 and the lightness value of abb01e is 0.40.

The process color (four color CMYK) of #abb01e color hex is 0.03, 0.00, 0.83, 0.31. Web safe color of #abb01e is #999933. Color #abb01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 00011110
Octal 253 260 36
Decimal 171 176 30
Hex AB B0 1E

RGB Percentages of Color #abb01e

%45.36
%46.68
%7.96

CMYK Percentages of Color #abb01e

%3
%0
%83
%31

Triadic Colors of #abb01e

#abb01e #1eabb0 #b01eab

Analogous Colors of #abb01e

#abb01e #62b01e #b06c1e

Monochromatic Colors of #abb01e

#abb01e

Complementary Color

#abb01e #231eb0

#abb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb01e Color CSS Codes

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

#abb01e Text Font Color

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

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


#abb01e Background Color

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

This div background color is #abb01e


#abb01e Border Color

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

This div border color is #abb01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb01e


Comments

No comments written yet.

Please login to write comment.