Color Hex Logo

#abd3bd Color Hex

#ABD3BD
(171,211,189)
0 Favorites   0 Comments

Color spaces of #abd3bd

RGB 171211189
HSL0.410.310.75
HSV147°19°83°
CMYK 0.190.000.10   0.17
XYZ49.274258.920656.9199
Yxy58.92060.29840.3568
Hunter Lab76.7598-19.74559.7663
CIE-Lab81.2479-17.50746.5556

#abd3bd color RGB value is (171,211,189).

#abd3bd hex color red value is 171, green value is 211 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abd3bd hue: 0.41 , saturation: 0.31 and the lightness value of abd3bd is 0.75.

The process color (four color CMYK) of #abd3bd color hex is 0.19, 0.00, 0.10, 0.17. Web safe color of #abd3bd is #99cccc. Color #abd3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 10111101
Octal 253 323 275
Decimal 171 211 189
Hex AB D3 BD

RGB Percentages of Color #abd3bd

%29.95
%36.95
%33.10

CMYK Percentages of Color #abd3bd

%19
%0
%10
%17

Triadic Colors of #abd3bd

#abd3bd #bdabd3 #d3bdab

Analogous Colors of #abd3bd

#abd3bd #abd3d1 #add3ab

Monochromatic Colors of #abd3bd

#abd3bd

Complementary Color

#abd3bd #d3abc1

#abd3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd3bd Color CSS Codes

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

#abd3bd Text Font Color

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

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


#abd3bd Background Color

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

This div background color is #abd3bd


#abd3bd Border Color

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

This div border color is #abd3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd3bd


Comments

No comments written yet.

Please login to write comment.