Color Hex Logo

#abaf2b Color Hex

#ABAF2B
(171,175,43)
0 Favorites   0 Comments

Color spaces of #abaf2b

RGB 17117543
HSL0.170.610.43
HSV62°75°69°
CMYK 0.020.000.75   0.31
XYZ32.560639.49238.1921
Yxy39.49230.40580.4921
Hunter Lab62.8429-17.489436.2611
CIE-Lab69.1064-16.982962.3029

#abaf2b color RGB value is (171,175,43).

#abaf2b hex color red value is 171, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #abaf2b hue: 0.17 , saturation: 0.61 and the lightness value of abaf2b is 0.43.

The process color (four color CMYK) of #abaf2b color hex is 0.02, 0.00, 0.75, 0.31. Web safe color of #abaf2b is #999933. Color #abaf2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00101011
Octal 253 257 53
Decimal 171 175 43
Hex AB AF 2B

RGB Percentages of Color #abaf2b

%43.96
%44.99
%11.05

CMYK Percentages of Color #abaf2b

%2
%0
%75
%31

Triadic Colors of #abaf2b

#abaf2b #2babaf #af2bab

Analogous Colors of #abaf2b

#abaf2b #69af2b #af712b

Monochromatic Colors of #abaf2b

#abaf2b

Complementary Color

#abaf2b #2f2baf

#abaf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf2b Color CSS Codes

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

#abaf2b Text Font Color

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

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


#abaf2b Background Color

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

This div background color is #abaf2b


#abaf2b Border Color

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

This div border color is #abaf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf2b


Comments

No comments written yet.

Please login to write comment.