Color Hex Logo

#abbbad Color Hex

#ABBBAD
(171,187,173)
0 Favorites   0 Comments

Color spaces of #abbbad

RGB 171187173
HSL0.350.110.70
HSV128°73°
CMYK 0.090.000.07   0.27
XYZ42.107747.215746.4294
Yxy47.21570.31020.3478
Hunter Lab68.7137-10.86438.0377
CIE-Lab74.3275-8.17955.2009

#abbbad color RGB value is (171,187,173).

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

The process color (four color CMYK) of #abbbad color hex is 0.09, 0.00, 0.07, 0.27. Web safe color of #abbbad is #99cc99. Color #abbbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 10101101
Octal 253 273 255
Decimal 171 187 173
Hex AB BB AD

RGB Percentages of Color #abbbad

%32.20
%35.22
%32.58

CMYK Percentages of Color #abbbad

%9
%0
%7
%27

Triadic Colors of #abbbad

#abbbad #adabbb #bbadab

Analogous Colors of #abbbad

#abbbad #abbbb5 #b1bbab

Monochromatic Colors of #abbbad

#abbbad

Complementary Color

#abbbad #bbabb9

#abbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbad Color CSS Codes

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

#abbbad Text Font Color

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

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


#abbbad Background Color

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

This div background color is #abbbad


#abbbad Border Color

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

This div border color is #abbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbad


Comments

No comments written yet.

Please login to write comment.