Color Hex Logo

#abbdba Color Hex

#ABBDBA
(171,189,186)
0 Favorites   0 Comments

Color spaces of #abbdba

RGB 171189186
HSL0.470.120.71
HSV170°10°74°
CMYK 0.100.000.02   0.26
XYZ43.855148.598353.5234
Yxy48.59830.30040.3329
Hunter Lab69.7125-9.70513.2774
CIE-Lab75.2007-6.7421-0.6001

#abbdba color RGB value is (171,189,186).

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

The process color (four color CMYK) of #abbdba color hex is 0.10, 0.00, 0.02, 0.26. Web safe color of #abbdba is #99cccc. Color #abbdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10111010
Octal 253 275 272
Decimal 171 189 186
Hex AB BD BA

RGB Percentages of Color #abbdba

%31.32
%34.62
%34.07

CMYK Percentages of Color #abbdba

%10
%0
%2
%26

Triadic Colors of #abbdba

#abbdba #baabbd #bdbaab

Analogous Colors of #abbdba

#abbdba #abb7bd #abbdb1

Monochromatic Colors of #abbdba

#abbdba

Complementary Color

#abbdba #bdabae

#abbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdba Color CSS Codes

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

#abbdba Text Font Color

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

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


#abbdba Background Color

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

This div background color is #abbdba


#abbdba Border Color

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

This div border color is #abbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdba


Comments

No comments written yet.

Please login to write comment.