Color Hex Logo

#abdbab Color Hex

#ABDBAB
(171,219,171)
0 Favorites   0 Comments

Color spaces of #abdbab

RGB 171219171
HSL0.330.400.76
HSV120°22°86°
CMYK 0.220.000.22   0.14
XYZ49.476862.261247.9380
Yxy62.26120.30990.3899
Hunter Lab78.9058-26.159119.2133
CIE-Lab83.0521-24.734318.6302

#abdbab color RGB value is (171,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10101011
Octal 253 333 253
Decimal 171 219 171
Hex AB DB AB

RGB Percentages of Color #abdbab

%30.48
%39.04
%30.48

CMYK Percentages of Color #abdbab

%22
%0
%22
%14

Triadic Colors of #abdbab

#abdbab #ababdb #dbabab

Analogous Colors of #abdbab

#abdbab #abdbc3 #c3dbab

Monochromatic Colors of #abdbab

#abdbab

Complementary Color

#abdbab #dbabdb

#abdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbab Color CSS Codes

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

#abdbab Text Font Color

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

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


#abdbab Background Color

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

This div background color is #abdbab


#abdbab Border Color

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

This div border color is #abdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbab


Comments

No comments written yet.

Please login to write comment.