Color Hex Logo

#abad68 Color Hex

#ABAD68
(171,173,104)
0 Favorites   0 Comments

Color spaces of #abad68

RGB 171173104
HSL0.170.300.54
HSV62°40°68°
CMYK 0.010.000.40   0.32
XYZ34.236839.544518.9251
Yxy39.54450.36930.4266
Hunter Lab62.8844-12.865226.1757
CIE-Lab69.1439-11.241235.1847

#abad68 color RGB value is (171,173,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 01101000
Octal 253 255 150
Decimal 171 173 104
Hex AB AD 68

RGB Percentages of Color #abad68

%38.17
%38.62
%23.21

CMYK Percentages of Color #abad68

%1
%0
%40
%32

Triadic Colors of #abad68

#abad68 #68abad #ad68ab

Analogous Colors of #abad68

#abad68 #89ad68 #ad8d68

Monochromatic Colors of #abad68

#abad68

Complementary Color

#abad68 #6a68ad

#abad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad68 Color CSS Codes

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

#abad68 Text Font Color

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

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


#abad68 Background Color

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

This div background color is #abad68


#abad68 Border Color

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

This div border color is #abad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad68


Comments

No comments written yet.

Please login to write comment.