Color Hex Logo

#abbdad Color Hex

#ABBDAD
(171,189,173)
0 Favorites   0 Comments

Color spaces of #abbdad

RGB 171189173
HSL0.350.120.71
HSV127°10°74°
CMYK 0.100.000.08   0.26
XYZ42.535048.070246.5718
Yxy48.07020.31010.3504
Hunter Lab69.3327-11.82408.7069
CIE-Lab74.8692-9.22935.9811

#abbdad color RGB value is (171,189,173).

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

The process color (four color CMYK) of #abbdad color hex is 0.10, 0.00, 0.08, 0.26. Web safe color of #abbdad is #99cc99. Color #abbdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10101101
Octal 253 275 255
Decimal 171 189 173
Hex AB BD AD

RGB Percentages of Color #abbdad

%32.08
%35.46
%32.46

CMYK Percentages of Color #abbdad

%10
%0
%8
%26

Triadic Colors of #abbdad

#abbdad #adabbd #bdadab

Analogous Colors of #abbdad

#abbdad #abbdb6 #b2bdab

Monochromatic Colors of #abbdad

#abbdad

Complementary Color

#abbdad #bdabbb

#abbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdad Color CSS Codes

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

#abbdad Text Font Color

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

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


#abbdad Background Color

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

This div background color is #abbdad


#abbdad Border Color

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

This div border color is #abbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdad


Comments

No comments written yet.

Please login to write comment.