Color Hex Logo

#abb301 Color Hex

#ABB301
(171,179,1)
0 Favorites   0 Comments

Color spaces of #abb301

RGB 1711791
HSL0.170.990.35
HSV63°99°70°
CMYK 0.040.000.99   0.30
XYZ32.920240.90036.1882
Yxy40.90030.41150.5112
Hunter Lab63.9533-20.034939.0304
CIE-Lab70.1060-20.008571.5636

#abb301 color RGB value is (171,179,1).

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

The process color (four color CMYK) of #abb301 color hex is 0.04, 0.00, 0.99, 0.30. Web safe color of #abb301 is #99cc00. Color #abb301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 00000001
Octal 253 263 1
Decimal 171 179 1
Hex AB B3 1

RGB Percentages of Color #abb301

%48.72
%51.00
%0.28

CMYK Percentages of Color #abb301

%4
%0
%99
%30

Triadic Colors of #abb301

#abb301 #01abb3 #b301ab

Analogous Colors of #abb301

#abb301 #52b301 #b36201

Monochromatic Colors of #abb301

#abb301

Complementary Color

#abb301 #0901b3

#abb301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb301 Color CSS Codes

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

#abb301 Text Font Color

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

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


#abb301 Background Color

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

This div background color is #abb301


#abb301 Border Color

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

This div border color is #abb301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb301


Comments

No comments written yet.

Please login to write comment.