Color Hex Logo

#abd686 Color Hex

#ABD686
(171,214,134)
0 Favorites   0 Comments

Color spaces of #abd686

RGB 171214134
HSL0.260.490.68
HSV92°37°84°
CMYK 0.200.000.37   0.16
XYZ45.144258.472331.4612
Yxy58.47230.33420.4329
Hunter Lab76.4672-28.435929.1331
CIE-Lab81.0007-27.992635.0211

#abd686 color RGB value is (171,214,134).

#abd686 hex color red value is 171, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #abd686 hue: 0.26 , saturation: 0.49 and the lightness value of abd686 is 0.68.

The process color (four color CMYK) of #abd686 color hex is 0.20, 0.00, 0.37, 0.16. Web safe color of #abd686 is #99cc99. Color #abd686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10000110
Octal 253 326 206
Decimal 171 214 134
Hex AB D6 86

RGB Percentages of Color #abd686

%32.95
%41.23
%25.82

CMYK Percentages of Color #abd686

%20
%0
%37
%16

Triadic Colors of #abd686

#abd686 #86abd6 #d686ab

Analogous Colors of #abd686

#abd686 #86d689 #d3d686

Monochromatic Colors of #abd686

#abd686

Complementary Color

#abd686 #b186d6

#abd686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd686 Color CSS Codes

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

#abd686 Text Font Color

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

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


#abd686 Background Color

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

This div background color is #abd686


#abd686 Border Color

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

This div border color is #abd686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd686


Comments

No comments written yet.

Please login to write comment.