Color Hex Logo

#abc978 Color Hex

#ABC978
(171,201,120)
0 Favorites   0 Comments

Color spaces of #abc978

RGB 171201120
HSL0.230.430.63
HSV82°40°79°
CMYK 0.150.000.40   0.21
XYZ41.071451.787325.6006
Yxy51.78730.34670.4372
Hunter Lab71.9634-24.061329.2823
CIE-Lab77.1535-23.513337.1683

#abc978 color RGB value is (171,201,120).

#abc978 hex color red value is 171, green value is 201 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #abc978 hue: 0.23 , saturation: 0.43 and the lightness value of abc978 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01111000
Octal 253 311 170
Decimal 171 201 120
Hex AB C9 78

RGB Percentages of Color #abc978

%34.76
%40.85
%24.39

CMYK Percentages of Color #abc978

%15
%0
%40
%21

Triadic Colors of #abc978

#abc978 #78abc9 #c978ab

Analogous Colors of #abc978

#abc978 #83c978 #c9bf78

Monochromatic Colors of #abc978

#abc978

Complementary Color

#abc978 #9678c9

#abc978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc978 Color CSS Codes

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

#abc978 Text Font Color

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

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


#abc978 Background Color

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

This div background color is #abc978


#abc978 Border Color

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

This div border color is #abc978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc978


Comments

No comments written yet.

Please login to write comment.