Color Hex Logo

#abad48 Color Hex

#ABAD48
(171,173,72)
2 Favorites   0 Comments

Color spaces of #abad48

RGB 17117372
HSL0.170.410.48
HSV61°58°68°
CMYK 0.010.000.58   0.32
XYZ32.907939.012911.9267
Yxy39.01290.39250.4653
Hunter Lab62.4603-15.260832.4009
CIE-Lab68.7606-14.253050.4453

#abad48 color RGB value is (171,173,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01001000
Octal 253 255 110
Decimal 171 173 72
Hex AB AD 48

RGB Percentages of Color #abad48

%41.11
%41.59
%17.31

CMYK Percentages of Color #abad48

%1
%0
%58
%32

Triadic Colors of #abad48

#abad48 #48abad #ad48ab

Analogous Colors of #abad48

#abad48 #79ad48 #ad7d48

Monochromatic Colors of #abad48

#abad48

Complementary Color

#abad48 #4a48ad

#abad48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad48 Color CSS Codes

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

#abad48 Text Font Color

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

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


#abad48 Background Color

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

This div background color is #abad48


#abad48 Border Color

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

This div border color is #abad48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad48

#abad48 Color Palettes


Comments

No comments written yet.

Please login to write comment.