Color Hex Logo

#abad46 Color Hex

#ABAD46
(171,173,70)
0 Favorites   0 Comments

Color spaces of #abad46

RGB 17117370
HSL0.170.420.48
HSV61°60°68°
CMYK 0.010.000.60   0.32
XYZ32.843638.987311.5886
Yxy38.98730.39370.4674
Hunter Lab62.4398-15.377932.7039
CIE-Lab68.7421-14.401951.3262

#abad46 color RGB value is (171,173,70).

#abad46 hex color red value is 171, green value is 173 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #abad46 hue: 0.17 , saturation: 0.42 and the lightness value of abad46 is 0.48.

The process color (four color CMYK) of #abad46 color hex is 0.01, 0.00, 0.60, 0.32. Web safe color of #abad46 is #999933. Color #abad46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01000110
Octal 253 255 106
Decimal 171 173 70
Hex AB AD 46

RGB Percentages of Color #abad46

%41.30
%41.79
%16.91

CMYK Percentages of Color #abad46

%1
%0
%60
%32

Triadic Colors of #abad46

#abad46 #46abad #ad46ab

Analogous Colors of #abad46

#abad46 #78ad46 #ad7c46

Monochromatic Colors of #abad46

#abad46

Complementary Color

#abad46 #4846ad

#abad46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad46 Color CSS Codes

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

#abad46 Text Font Color

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

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


#abad46 Background Color

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

This div background color is #abad46


#abad46 Border Color

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

This div border color is #abad46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad46


Comments

No comments written yet.

Please login to write comment.