Color Hex Logo

#abaf19 Color Hex

#ABAF19
(171,175,25)
0 Favorites   0 Comments

Color spaces of #abaf19

RGB 17117525
HSL0.170.750.39
HSV62°86°69°
CMYK 0.020.000.86   0.31
XYZ32.300039.38816.8200
Yxy39.38810.41140.5017
Hunter Lab62.7599-17.963237.4890
CIE-Lab69.0315-17.595967.1784

#abaf19 color RGB value is (171,175,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00011001
Octal 253 257 31
Decimal 171 175 25
Hex AB AF 19

RGB Percentages of Color #abaf19

%46.09
%47.17
%6.74

CMYK Percentages of Color #abaf19

%2
%0
%86
%31

Triadic Colors of #abaf19

#abaf19 #19abaf #af19ab

Analogous Colors of #abaf19

#abaf19 #60af19 #af6819

Monochromatic Colors of #abaf19

#abaf19

Complementary Color

#abaf19 #1d19af

#abaf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf19 Color CSS Codes

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

#abaf19 Text Font Color

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

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


#abaf19 Background Color

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

This div background color is #abaf19


#abaf19 Border Color

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

This div border color is #abaf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf19


Comments

No comments written yet.

Please login to write comment.