Color Hex Logo

#abdbad Color Hex

#ABDBAD
(171,219,173)
0 Favorites   0 Comments

Color spaces of #abdbad

RGB 171219173
HSL0.340.400.76
HSV123°22°86°
CMYK 0.220.000.21   0.14
XYZ49.668962.338148.9498
Yxy62.33810.30860.3873
Hunter Lab78.9545-25.879118.5098
CIE-Lab83.0929-24.390217.6375

#abdbad color RGB value is (171,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10101101
Octal 253 333 255
Decimal 171 219 173
Hex AB DB AD

RGB Percentages of Color #abdbad

%30.37
%38.90
%30.73

CMYK Percentages of Color #abdbad

%22
%0
%21
%14

Triadic Colors of #abdbad

#abdbad #adabdb #dbadab

Analogous Colors of #abdbad

#abdbad #abdbc5 #c1dbab

Monochromatic Colors of #abdbad

#abdbad

Complementary Color

#abdbad #dbabd9

#abdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbad Color CSS Codes

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

#abdbad Text Font Color

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

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


#abdbad Background Color

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

This div background color is #abdbad


#abdbad Border Color

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

This div border color is #abdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbad


Comments

No comments written yet.

Please login to write comment.