Color Hex Logo

#abdbaf Color Hex

#ABDBAF
(171,219,175)
0 Favorites   0 Comments

Color spaces of #abdbaf

RGB 171219175
HSL0.350.400.76
HSV125°22°86°
CMYK 0.220.000.20   0.14
XYZ49.864062.416149.9768
Yxy62.41610.30730.3847
Hunter Lab79.0039-25.594917.7966
CIE-Lab83.1342-24.041616.6447

#abdbaf color RGB value is (171,219,175).

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

The process color (four color CMYK) of #abdbaf color hex is 0.22, 0.00, 0.20, 0.14. Web safe color of #abdbaf is #99cc99. Color #abdbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10101111
Octal 253 333 257
Decimal 171 219 175
Hex AB DB AF

RGB Percentages of Color #abdbaf

%30.27
%38.76
%30.97

CMYK Percentages of Color #abdbaf

%22
%0
%20
%14

Triadic Colors of #abdbaf

#abdbaf #afabdb #dbafab

Analogous Colors of #abdbaf

#abdbaf #abdbc7 #bfdbab

Monochromatic Colors of #abdbaf

#abdbaf

Complementary Color

#abdbaf #dbabd7

#abdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbaf Color CSS Codes

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

#abdbaf Text Font Color

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

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


#abdbaf Background Color

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

This div background color is #abdbaf


#abdbaf Border Color

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

This div border color is #abdbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,219,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 #abdbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbaf

#abdbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.