Color Hex Logo

#abd6ba Color Hex

#ABD6BA
(171,214,186)
0 Favorites   0 Comments

Color spaces of #abd6ba

RGB 171214186
HSL0.390.340.75
HSV141°20°84°
CMYK 0.200.000.13   0.16
XYZ49.704160.296255.4730
Yxy60.29620.30040.3644
Hunter Lab77.6506-21.630911.9991
CIE-Lab81.9989-19.57969.2273

#abd6ba color RGB value is (171,214,186).

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

The process color (four color CMYK) of #abd6ba color hex is 0.20, 0.00, 0.13, 0.16. Web safe color of #abd6ba is #99cccc. Color #abd6ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10111010
Octal 253 326 272
Decimal 171 214 186
Hex AB D6 BA

RGB Percentages of Color #abd6ba

%29.95
%37.48
%32.57

CMYK Percentages of Color #abd6ba

%20
%0
%13
%16

Triadic Colors of #abd6ba

#abd6ba #baabd6 #d6baab

Analogous Colors of #abd6ba

#abd6ba #abd6d0 #b2d6ab

Monochromatic Colors of #abd6ba

#abd6ba

Complementary Color

#abd6ba #d6abc7

#abd6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd6ba Color CSS Codes

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

#abd6ba Text Font Color

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

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


#abd6ba Background Color

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

This div background color is #abd6ba


#abd6ba Border Color

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

This div border color is #abd6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd6ba


Comments

No comments written yet.

Please login to write comment.