Color Hex Logo

#abb122 Color Hex

#ABB122
(171,177,34)
0 Favorites   0 Comments

Color spaces of #abb122

RGB 17117734
HSL0.170.680.41
HSV63°81°69°
CMYK 0.030.000.81   0.31
XYZ32.805540.21777.5471
Yxy40.21770.40720.4992
Hunter Lab63.4174-18.643437.3363
CIE-Lab69.6243-18.340465.4726

#abb122 color RGB value is (171,177,34).

#abb122 hex color red value is 171, green value is 177 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abb122 hue: 0.17 , saturation: 0.68 and the lightness value of abb122 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 00100010
Octal 253 261 42
Decimal 171 177 34
Hex AB B1 22

RGB Percentages of Color #abb122

%44.76
%46.34
%8.90

CMYK Percentages of Color #abb122

%3
%0
%81
%31

Triadic Colors of #abb122

#abb122 #22abb1 #b122ab

Analogous Colors of #abb122

#abb122 #63b122 #b17022

Monochromatic Colors of #abb122

#abb122

Complementary Color

#abb122 #2822b1

#abb122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb122 Color CSS Codes

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

#abb122 Text Font Color

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

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


#abb122 Background Color

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

This div background color is #abb122


#abb122 Border Color

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

This div border color is #abb122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb122


Comments

No comments written yet.

Please login to write comment.