Color Hex Logo

#abd386 Color Hex

#ABD386
(171,211,134)
0 Favorites   0 Comments

Color spaces of #abd386

RGB 171211134
HSL0.250.470.68
HSV91°36°83°
CMYK 0.190.000.36   0.17
XYZ44.391956.967731.2104
Yxy56.96770.33490.4297
Hunter Lab75.4770-27.099628.3169
CIE-Lab80.1614-26.554433.9264

#abd386 color RGB value is (171,211,134).

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

The process color (four color CMYK) of #abd386 color hex is 0.19, 0.00, 0.36, 0.17. Web safe color of #abd386 is #99cc99. Color #abd386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 10000110
Octal 253 323 206
Decimal 171 211 134
Hex AB D3 86

RGB Percentages of Color #abd386

%33.14
%40.89
%25.97

CMYK Percentages of Color #abd386

%19
%0
%36
%17

Triadic Colors of #abd386

#abd386 #86abd3 #d386ab

Analogous Colors of #abd386

#abd386 #86d388 #d2d386

Monochromatic Colors of #abd386

#abd386

Complementary Color

#abd386 #ae86d3

#abd386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd386 Color CSS Codes

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

#abd386 Text Font Color

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

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


#abd386 Background Color

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

This div background color is #abd386


#abd386 Border Color

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

This div border color is #abd386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd386


Comments

No comments written yet.

Please login to write comment.