Color Hex Logo

#abd978 Color Hex

#ABD978
(171,217,120)
0 Favorites   0 Comments

Color spaces of #abd978

RGB 171217120
HSL0.250.560.66
HSV88°45°85°
CMYK 0.210.000.45   0.15
XYZ44.997659.639726.9093
Yxy59.63970.34210.4534
Hunter Lab77.2267-31.140533.3994
CIE-Lab81.6420-31.179642.8385

#abd978 color RGB value is (171,217,120).

#abd978 hex color red value is 171, green value is 217 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #abd978 hue: 0.25 , saturation: 0.56 and the lightness value of abd978 is 0.66.

The process color (four color CMYK) of #abd978 color hex is 0.21, 0.00, 0.45, 0.15. Web safe color of #abd978 is #99cc66. Color #abd978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 01111000
Octal 253 331 170
Decimal 171 217 120
Hex AB D9 78

RGB Percentages of Color #abd978

%33.66
%42.72
%23.62

CMYK Percentages of Color #abd978

%21
%0
%45
%15

Triadic Colors of #abd978

#abd978 #78abd9 #d978ab

Analogous Colors of #abd978

#abd978 #7bd978 #d9d778

Monochromatic Colors of #abd978

#abd978

Complementary Color

#abd978 #a678d9

#abd978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd978 Color CSS Codes

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

#abd978 Text Font Color

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

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


#abd978 Background Color

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

This div background color is #abd978


#abd978 Border Color

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

This div border color is #abd978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd978


Comments

No comments written yet.

Please login to write comment.