Color Hex Logo

#abd1bb Color Hex

#ABD1BB
(171,209,187)
2 Favorites   0 Comments

Color spaces of #abd1bb

RGB 171209187
HSL0.400.290.75
HSV145°18°82°
CMYK 0.180.000.11   0.18
XYZ48.564757.846755.6196
Yxy57.84670.29970.3570
Hunter Lab76.0570-19.12219.8818
CIE-Lab80.6535-16.88236.7670

#abd1bb color RGB value is (171,209,187).

#abd1bb hex color red value is 171, green value is 209 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abd1bb hue: 0.40 , saturation: 0.29 and the lightness value of abd1bb is 0.75.

The process color (four color CMYK) of #abd1bb color hex is 0.18, 0.00, 0.11, 0.18. Web safe color of #abd1bb is #99cccc. Color #abd1bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 10111011
Octal 253 321 273
Decimal 171 209 187
Hex AB D1 BB

RGB Percentages of Color #abd1bb

%30.16
%36.86
%32.98

CMYK Percentages of Color #abd1bb

%18
%0
%11
%18

Triadic Colors of #abd1bb

#abd1bb #bbabd1 #d1bbab

Analogous Colors of #abd1bb

#abd1bb #abd1ce #aed1ab

Monochromatic Colors of #abd1bb

#abd1bb

Complementary Color

#abd1bb #d1abc1

#abd1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1bb Color CSS Codes

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

#abd1bb Text Font Color

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

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


#abd1bb Background Color

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

This div background color is #abd1bb


#abd1bb Border Color

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

This div border color is #abd1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1bb


Comments

No comments written yet.

Please login to write comment.