Color Hex Logo

#abbfad Color Hex

#ABBFAD
(171,191,173)
0 Favorites   0 Comments

Color spaces of #abbfad

RGB 171191173
HSL0.350.140.71
HSV126°10°75°
CMYK 0.100.000.09   0.25
XYZ42.968248.936746.7162
Yxy48.93670.31000.3530
Hunter Lab69.9548-12.78119.3741
CIE-Lab75.4119-10.27476.7612

#abbfad color RGB value is (171,191,173).

#abbfad hex color red value is 171, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abbfad hue: 0.35 , saturation: 0.14 and the lightness value of abbfad is 0.71.

The process color (four color CMYK) of #abbfad color hex is 0.10, 0.00, 0.09, 0.25. Web safe color of #abbfad is #99cc99. Color #abbfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10101101
Octal 253 277 255
Decimal 171 191 173
Hex AB BF AD

RGB Percentages of Color #abbfad

%31.96
%35.70
%32.34

CMYK Percentages of Color #abbfad

%10
%0
%9
%25

Triadic Colors of #abbfad

#abbfad #adabbf #bfadab

Analogous Colors of #abbfad

#abbfad #abbfb7 #b3bfab

Monochromatic Colors of #abbfad

#abbfad

Complementary Color

#abbfad #bfabbd

#abbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfad Color CSS Codes

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

#abbfad Text Font Color

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

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


#abbfad Background Color

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

This div background color is #abbfad


#abbfad Border Color

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

This div border color is #abbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfad


Comments

No comments written yet.

Please login to write comment.