Color Hex Logo

#abc2bd Color Hex

#ABC2BD
(171,194,189)
0 Favorites   0 Comments

Color spaces of #abc2bd

RGB 171194189
HSL0.460.160.72
HSV167°12°76°
CMYK 0.120.000.03   0.24
XYZ45.271750.915655.5857
Yxy50.91560.29830.3355
Hunter Lab71.3552-11.62123.7617
CIE-Lab76.6279-8.7774-0.1413

#abc2bd color RGB value is (171,194,189).

#abc2bd hex color red value is 171, green value is 194 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abc2bd hue: 0.46 , saturation: 0.16 and the lightness value of abc2bd is 0.72.

The process color (four color CMYK) of #abc2bd color hex is 0.12, 0.00, 0.03, 0.24. Web safe color of #abc2bd is #99cccc. Color #abc2bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 10111101
Octal 253 302 275
Decimal 171 194 189
Hex AB C2 BD

RGB Percentages of Color #abc2bd

%30.87
%35.02
%34.12

CMYK Percentages of Color #abc2bd

%12
%0
%3
%24

Triadic Colors of #abc2bd

#abc2bd #bdabc2 #c2bdab

Analogous Colors of #abc2bd

#abc2bd #abbcc2 #abc2b2

Monochromatic Colors of #abc2bd

#abc2bd

Complementary Color

#abc2bd #c2abb0

#abc2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2bd Color CSS Codes

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

#abc2bd Text Font Color

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

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


#abc2bd Background Color

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

This div background color is #abc2bd


#abc2bd Border Color

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

This div border color is #abc2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2bd


Comments

No comments written yet.

Please login to write comment.