Color Hex Logo

#ada128 Color Hex

#ADA128
(173,161,40)
0 Favorites   0 Comments

Color spaces of #ada128

RGB 17316140
HSL0.150.620.42
HSV55°77°68°
CMYK 0.000.070.77   0.32
XYZ30.361534.52727.0717
Yxy34.52720.42190.4798
Hunter Lab58.7599-10.597933.9964
CIE-Lab65.3789-8.976759.9155

#ada128 color RGB value is (173,161,40).

#ada128 hex color red value is 173, green value is 161 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ada128 hue: 0.15 , saturation: 0.62 and the lightness value of ada128 is 0.42.

The process color (four color CMYK) of #ada128 color hex is 0.00, 0.07, 0.77, 0.32. Web safe color of #ada128 is #999933. Color #ada128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00101000
Octal 255 241 50
Decimal 173 161 40
Hex AD A1 28

RGB Percentages of Color #ada128

%46.26
%43.05
%10.70

CMYK Percentages of Color #ada128

%0
%7
%77
%32

Triadic Colors of #ada128

#ada128 #28ada1 #a128ad

Analogous Colors of #ada128

#ada128 #77ad28 #ad5f28

Monochromatic Colors of #ada128

#ada128

Complementary Color

#ada128 #2834ad

#ada128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada128 Color CSS Codes

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

#ada128 Text Font Color

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

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


#ada128 Background Color

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

This div background color is #ada128


#ada128 Border Color

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

This div border color is #ada128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada128


Comments

No comments written yet.

Please login to write comment.