Color Hex Logo

#abad75 Color Hex

#ABAD75
(171,173,117)
0 Favorites   0 Comments

Color spaces of #abad75

RGB 171173117
HSL0.170.250.57
HSV62°32°68°
CMYK 0.010.000.32   0.32
XYZ34.949039.829422.6755
Yxy39.82940.35860.4087
Hunter Lab63.1105-11.594722.8746
CIE-Lab69.3478-9.670528.6031

#abad75 color RGB value is (171,173,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01110101
Octal 253 255 165
Decimal 171 173 117
Hex AB AD 75

RGB Percentages of Color #abad75

%37.09
%37.53
%25.38

CMYK Percentages of Color #abad75

%1
%0
%32
%32

Triadic Colors of #abad75

#abad75 #75abad #ad75ab

Analogous Colors of #abad75

#abad75 #8fad75 #ad9375

Monochromatic Colors of #abad75

#abad75

Complementary Color

#abad75 #7775ad

#abad75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad75 Color CSS Codes

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

#abad75 Text Font Color

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

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


#abad75 Background Color

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

This div background color is #abad75


#abad75 Border Color

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

This div border color is #abad75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad75


Comments

No comments written yet.

Please login to write comment.