Color Hex Logo

#abd9ba Color Hex

#ABD9BA
(171,217,186)
0 Favorites   0 Comments

Color spaces of #abd9ba

RGB 171217186
HSL0.390.380.76
HSV140°21°85°
CMYK 0.210.000.14   0.15
XYZ50.470461.828855.7285
Yxy61.82880.30040.3680
Hunter Lab78.6313-23.032513.0212
CIE-Lab82.8223-21.069010.4020

#abd9ba color RGB value is (171,217,186).

#abd9ba hex color red value is 171, green value is 217 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abd9ba hue: 0.39 , saturation: 0.38 and the lightness value of abd9ba is 0.76.

The process color (four color CMYK) of #abd9ba color hex is 0.21, 0.00, 0.14, 0.15. Web safe color of #abd9ba is #99cccc. Color #abd9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 10111010
Octal 253 331 272
Decimal 171 217 186
Hex AB D9 BA

RGB Percentages of Color #abd9ba

%29.79
%37.80
%32.40

CMYK Percentages of Color #abd9ba

%21
%0
%14
%15

Triadic Colors of #abd9ba

#abd9ba #baabd9 #d9baab

Analogous Colors of #abd9ba

#abd9ba #abd9d1 #b3d9ab

Monochromatic Colors of #abd9ba

#abd9ba

Complementary Color

#abd9ba #d9abca

#abd9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9ba Color CSS Codes

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

#abd9ba Text Font Color

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

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


#abd9ba Background Color

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

This div background color is #abd9ba


#abd9ba Border Color

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

This div border color is #abd9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9ba


Comments

No comments written yet.

Please login to write comment.