Color Hex Logo

#abbf22 Color Hex

#ABBF22
(171,191,34)
0 Favorites   0 Comments

Color spaces of #abbf22

RGB 17119134
HSL0.190.700.44
HSV68°82°75°
CMYK 0.100.000.82   0.25
XYZ35.714146.03508.5167
Yxy46.03500.39570.5100
Hunter Lab67.8491-24.777940.0520
CIE-Lab73.5682-25.266868.8950

#abbf22 color RGB value is (171,191,34).

#abbf22 hex color red value is 171, green value is 191 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abbf22 hue: 0.19 , saturation: 0.70 and the lightness value of abbf22 is 0.44.

The process color (four color CMYK) of #abbf22 color hex is 0.10, 0.00, 0.82, 0.25. Web safe color of #abbf22 is #99cc33. Color #abbf22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 00100010
Octal 253 277 42
Decimal 171 191 34
Hex AB BF 22

RGB Percentages of Color #abbf22

%43.18
%48.23
%8.59

CMYK Percentages of Color #abbf22

%10
%0
%82
%25

Triadic Colors of #abbf22

#abbf22 #22abbf #bf22ab

Analogous Colors of #abbf22

#abbf22 #5dbf22 #bf8522

Monochromatic Colors of #abbf22

#abbf22

Complementary Color

#abbf22 #3622bf

#abbf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf22 Color CSS Codes

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

#abbf22 Text Font Color

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

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


#abbf22 Background Color

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

This div background color is #abbf22


#abbf22 Border Color

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

This div border color is #abbf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf22


Comments

No comments written yet.

Please login to write comment.