Color Hex Logo

#abaf14 Color Hex

#ABAF14
(171,175,20)
0 Favorites   0 Comments

Color spaces of #abaf14

RGB 17117520
HSL0.170.790.38
HSV62°89°69°
CMYK 0.020.000.89   0.31
XYZ32.250839.36846.5609
Yxy39.36840.41250.5036
Hunter Lab62.7442-18.052737.7213
CIE-Lab69.0173-17.712068.1728

#abaf14 color RGB value is (171,175,20).

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

The process color (four color CMYK) of #abaf14 color hex is 0.02, 0.00, 0.89, 0.31. Web safe color of #abaf14 is #999900. Color #abaf14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00010100
Octal 253 257 24
Decimal 171 175 20
Hex AB AF 14

RGB Percentages of Color #abaf14

%46.72
%47.81
%5.46

CMYK Percentages of Color #abaf14

%2
%0
%89
%31

Triadic Colors of #abaf14

#abaf14 #14abaf #af14ab

Analogous Colors of #abaf14

#abaf14 #5eaf14 #af6614

Monochromatic Colors of #abaf14

#abaf14

Complementary Color

#abaf14 #1814af

#abaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf14 Color CSS Codes

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

#abaf14 Text Font Color

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

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


#abaf14 Background Color

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

This div background color is #abaf14


#abaf14 Border Color

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

This div border color is #abaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf14


Comments

No comments written yet.

Please login to write comment.