Color Hex Logo

#abaf9d Color Hex

#ABAF9D
(171,175,157)
0 Favorites   0 Comments

Color spaces of #abaf9d

RGB 171175157
HSL0.200.100.65
HSV73°10°69°
CMYK 0.020.000.10   0.31
XYZ38.210441.752237.9434
Yxy41.75220.32410.3541
Hunter Lab64.6159-7.522610.4152
CIE-Lab70.6997-4.68488.7408

#abaf9d color RGB value is (171,175,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10011101
Octal 253 257 235
Decimal 171 175 157
Hex AB AF 9D

RGB Percentages of Color #abaf9d

%34.00
%34.79
%31.21

CMYK Percentages of Color #abaf9d

%2
%0
%10
%31

Triadic Colors of #abaf9d

#abaf9d #9dabaf #af9dab

Analogous Colors of #abaf9d

#abaf9d #a2af9d #afaa9d

Monochromatic Colors of #abaf9d

#abaf9d

Complementary Color

#abaf9d #a19daf

#abaf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf9d Color CSS Codes

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

#abaf9d Text Font Color

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

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


#abaf9d Background Color

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

This div background color is #abaf9d


#abaf9d Border Color

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

This div border color is #abaf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf9d


Comments

No comments written yet.

Please login to write comment.