Color Hex Logo

#adab40 Color Hex

#ADAB40
(173,171,64)
0 Favorites   0 Comments

Color spaces of #adab40

RGB 17317164
HSL0.160.460.46
HSV59°63°68°
CMYK 0.000.010.63   0.32
XYZ32.721938.380210.5340
Yxy38.38020.40080.4701
Hunter Lab61.9518-14.134833.2848
CIE-Lab68.2999-12.930053.5309

#adab40 color RGB value is (173,171,64).

#adab40 hex color red value is 173, green value is 171 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #adab40 hue: 0.16 , saturation: 0.46 and the lightness value of adab40 is 0.46.

The process color (four color CMYK) of #adab40 color hex is 0.00, 0.01, 0.63, 0.32. Web safe color of #adab40 is #999933. Color #adab40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01000000
Octal 255 253 100
Decimal 173 171 64
Hex AD AB 40

RGB Percentages of Color #adab40

%42.40
%41.91
%15.69

CMYK Percentages of Color #adab40

%0
%1
%63
%32

Triadic Colors of #adab40

#adab40 #40adab #ab40ad

Analogous Colors of #adab40

#adab40 #79ad40 #ad7540

Monochromatic Colors of #adab40

#adab40

Complementary Color

#adab40 #4042ad

#adab40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab40 Color CSS Codes

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

#adab40 Text Font Color

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

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


#adab40 Background Color

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

This div background color is #adab40


#adab40 Border Color

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

This div border color is #adab40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab40


Comments

No comments written yet.

Please login to write comment.