Color Hex Logo

#abd684 Color Hex

#ABD684
(171,214,132)
0 Favorites   0 Comments

Color spaces of #abd684

RGB 171214132
HSL0.250.500.68
HSV91°38°84°
CMYK 0.200.000.38   0.16
XYZ45.006058.417030.7333
Yxy58.41700.33550.4354
Hunter Lab76.4310-28.645529.6609
CIE-Lab80.9701-28.259335.9961

#abd684 color RGB value is (171,214,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10000100
Octal 253 326 204
Decimal 171 214 132
Hex AB D6 84

RGB Percentages of Color #abd684

%33.08
%41.39
%25.53

CMYK Percentages of Color #abd684

%20
%0
%38
%16

Triadic Colors of #abd684

#abd684 #84abd6 #d684ab

Analogous Colors of #abd684

#abd684 #84d686 #d4d684

Monochromatic Colors of #abd684

#abd684

Complementary Color

#abd684 #af84d6

#abd684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd684 Color CSS Codes

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

#abd684 Text Font Color

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

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


#abd684 Background Color

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

This div background color is #abd684


#abd684 Border Color

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

This div border color is #abd684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd684


Comments

No comments written yet.

Please login to write comment.