Color Hex Logo

#abaf1e Color Hex

#ABAF1E
(171,175,30)
0 Favorites   0 Comments

Color spaces of #abaf1e

RGB 17117530
HSL0.170.710.40
HSV62°83°69°
CMYK 0.020.000.83   0.31
XYZ32.358939.41167.1300
Yxy39.41160.41010.4995
Hunter Lab62.7787-17.855937.2113
CIE-Lab69.0484-17.456866.0219

#abaf1e color RGB value is (171,175,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00011110
Octal 253 257 36
Decimal 171 175 30
Hex AB AF 1E

RGB Percentages of Color #abaf1e

%45.48
%46.54
%7.98

CMYK Percentages of Color #abaf1e

%2
%0
%83
%31

Triadic Colors of #abaf1e

#abaf1e #1eabaf #af1eab

Analogous Colors of #abaf1e

#abaf1e #63af1e #af6b1e

Monochromatic Colors of #abaf1e

#abaf1e

Complementary Color

#abaf1e #221eaf

#abaf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf1e Color CSS Codes

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

#abaf1e Text Font Color

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

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


#abaf1e Background Color

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

This div background color is #abaf1e


#abaf1e Border Color

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

This div border color is #abaf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf1e


Comments

No comments written yet.

Please login to write comment.