Color Hex Logo

#abaf98 Color Hex

#ABAF98
(171,175,152)
0 Favorites   0 Comments

Color spaces of #abaf98

RGB 171175152
HSL0.200.130.64
HSV70°13°69°
CMYK 0.020.000.13   0.31
XYZ37.792141.584935.7406
Yxy41.58490.32830.3612
Hunter Lab64.4864-8.241612.2799
CIE-Lab70.5838-5.536511.3190

#abaf98 color RGB value is (171,175,152).

#abaf98 hex color red value is 171, green value is 175 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abaf98 hue: 0.20 , saturation: 0.13 and the lightness value of abaf98 is 0.64.

The process color (four color CMYK) of #abaf98 color hex is 0.02, 0.00, 0.13, 0.31. Web safe color of #abaf98 is #999999. Color #abaf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10011000
Octal 253 257 230
Decimal 171 175 152
Hex AB AF 98

RGB Percentages of Color #abaf98

%34.34
%35.14
%30.52

CMYK Percentages of Color #abaf98

%2
%0
%13
%31

Triadic Colors of #abaf98

#abaf98 #98abaf #af98ab

Analogous Colors of #abaf98

#abaf98 #a0af98 #afa898

Monochromatic Colors of #abaf98

#abaf98

Complementary Color

#abaf98 #9c98af

#abaf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf98 Color CSS Codes

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

#abaf98 Text Font Color

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

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


#abaf98 Background Color

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

This div background color is #abaf98


#abaf98 Border Color

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

This div border color is #abaf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf98


Comments

No comments written yet.

Please login to write comment.