Color Hex Logo

#abd1af Color Hex

#ABD1AF
(171,209,175)
0 Favorites   0 Comments

Color spaces of #abd1af

RGB 171209175
HSL0.350.290.75
HSV126°18°82°
CMYK 0.180.000.16   0.18
XYZ47.332957.354049.1332
Yxy57.35400.30770.3729
Hunter Lab75.7324-20.968914.5469
CIE-Lab80.3783-19.104712.7661

#abd1af color RGB value is (171,209,175).

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

The process color (four color CMYK) of #abd1af color hex is 0.18, 0.00, 0.16, 0.18. Web safe color of #abd1af is #99cc99. Color #abd1af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 10101111
Octal 253 321 257
Decimal 171 209 175
Hex AB D1 AF

RGB Percentages of Color #abd1af

%30.81
%37.66
%31.53

CMYK Percentages of Color #abd1af

%18
%0
%16
%18

Triadic Colors of #abd1af

#abd1af #afabd1 #d1afab

Analogous Colors of #abd1af

#abd1af #abd1c2 #bad1ab

Monochromatic Colors of #abd1af

#abd1af

Complementary Color

#abd1af #d1abcd

#abd1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1af Color CSS Codes

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

#abd1af Text Font Color

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

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


#abd1af Background Color

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

This div background color is #abd1af


#abd1af Border Color

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

This div border color is #abd1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1af

#abd1af Color Palettes


Comments

No comments written yet.

Please login to write comment.