Color Hex Logo

#abd1ba Color Hex

#ABD1BA
(171,209,186)
0 Favorites   0 Comments

Color spaces of #abd1ba

RGB 171209186
HSL0.400.290.75
HSV144°18°82°
CMYK 0.180.000.11   0.18
XYZ48.458057.804055.0577
Yxy57.80400.30040.3583
Hunter Lab76.0289-19.281410.2844
CIE-Lab80.6297-17.07277.2662

#abd1ba color RGB value is (171,209,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 10111010
Octal 253 321 272
Decimal 171 209 186
Hex AB D1 BA

RGB Percentages of Color #abd1ba

%30.21
%36.93
%32.86

CMYK Percentages of Color #abd1ba

%18
%0
%11
%18

Triadic Colors of #abd1ba

#abd1ba #baabd1 #d1baab

Analogous Colors of #abd1ba

#abd1ba #abd1cd #afd1ab

Monochromatic Colors of #abd1ba

#abd1ba

Complementary Color

#abd1ba #d1abc2

#abd1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1ba Color CSS Codes

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

#abd1ba Text Font Color

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

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


#abd1ba Background Color

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

This div background color is #abd1ba


#abd1ba Border Color

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

This div border color is #abd1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1ba


Comments

No comments written yet.

Please login to write comment.