Color Hex Logo

#abad45 Color Hex

#ABAD45
(171,173,69)
0 Favorites   0 Comments

Color spaces of #abad45

RGB 17117369
HSL0.170.430.47
HSV61°60°68°
CMYK 0.010.000.60   0.32
XYZ32.812338.974711.4237
Yxy38.97470.39430.4684
Hunter Lab62.4297-15.434632.8516
CIE-Lab68.7329-14.474151.7622

#abad45 color RGB value is (171,173,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01000101
Octal 253 255 105
Decimal 171 173 69
Hex AB AD 45

RGB Percentages of Color #abad45

%41.40
%41.89
%16.71

CMYK Percentages of Color #abad45

%1
%0
%60
%32

Triadic Colors of #abad45

#abad45 #45abad #ad45ab

Analogous Colors of #abad45

#abad45 #77ad45 #ad7b45

Monochromatic Colors of #abad45

#abad45

Complementary Color

#abad45 #4745ad

#abad45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad45 Color CSS Codes

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

#abad45 Text Font Color

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

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


#abad45 Background Color

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

This div background color is #abad45


#abad45 Border Color

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

This div border color is #abad45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad45


Comments

No comments written yet.

Please login to write comment.