Color Hex Logo

#abc479 Color Hex

#ABC479
(171,196,121)
0 Favorites   0 Comments

Color spaces of #abc479

RGB 171196121
HSL0.220.390.62
HSV80°38°77°
CMYK 0.130.000.38   0.23
XYZ39.985749.518325.5397
Yxy49.51830.34760.4304
Hunter Lab70.3692-21.717727.7399
CIE-Lab75.7726-20.922034.8855

#abc479 color RGB value is (171,196,121).

#abc479 hex color red value is 171, green value is 196 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #abc479 hue: 0.22 , saturation: 0.39 and the lightness value of abc479 is 0.62.

The process color (four color CMYK) of #abc479 color hex is 0.13, 0.00, 0.38, 0.23. Web safe color of #abc479 is #99cc66. Color #abc479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 01111001
Octal 253 304 171
Decimal 171 196 121
Hex AB C4 79

RGB Percentages of Color #abc479

%35.04
%40.16
%24.80

CMYK Percentages of Color #abc479

%13
%0
%38
%23

Triadic Colors of #abc479

#abc479 #79abc4 #c479ab

Analogous Colors of #abc479

#abc479 #86c479 #c4b879

Monochromatic Colors of #abc479

#abc479

Complementary Color

#abc479 #9279c4

#abc479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc479 Color CSS Codes

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

#abc479 Text Font Color

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

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


#abc479 Background Color

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

This div background color is #abc479


#abc479 Border Color

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

This div border color is #abc479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc479


Comments

No comments written yet.

Please login to write comment.