Color Hex Logo

#abd080 Color Hex

#ABD080
(171,208,128)
0 Favorites   0 Comments

Color spaces of #abd080

RGB 171208128
HSL0.240.460.66
HSV88°38°82°
CMYK 0.180.000.38   0.18
XYZ43.246755.328228.8221
Yxy55.32820.33950.4343
Hunter Lab74.3829-26.389129.0942
CIE-Lab79.2299-25.904435.7737

#abd080 color RGB value is (171,208,128).

#abd080 hex color red value is 171, green value is 208 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #abd080 hue: 0.24 , saturation: 0.46 and the lightness value of abd080 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 10000000
Octal 253 320 200
Decimal 171 208 128
Hex AB D0 80

RGB Percentages of Color #abd080

%33.73
%41.03
%25.25

CMYK Percentages of Color #abd080

%18
%0
%38
%18

Triadic Colors of #abd080

#abd080 #80abd0 #d080ab

Analogous Colors of #abd080

#abd080 #83d080 #d0cd80

Monochromatic Colors of #abd080

#abd080

Complementary Color

#abd080 #a580d0

#abd080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd080 Color CSS Codes

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

#abd080 Text Font Color

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

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


#abd080 Background Color

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

This div background color is #abd080


#abd080 Border Color

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

This div border color is #abd080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd080


Comments

No comments written yet.

Please login to write comment.