Color Hex Logo

#adaa28 Color Hex

#ADAA28
(173,170,40)
0 Favorites   0 Comments

Color spaces of #adaa28

RGB 17317040
HSL0.160.620.42
HSV59°77°68°
CMYK 0.000.020.77   0.32
XYZ31.991337.78697.6150
Yxy37.78690.41340.4882
Hunter Lab61.4711-14.677835.6849
CIE-Lab67.8633-13.675662.1907

#adaa28 color RGB value is (173,170,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00101000
Octal 255 252 50
Decimal 173 170 40
Hex AD AA 28

RGB Percentages of Color #adaa28

%45.17
%44.39
%10.44

CMYK Percentages of Color #adaa28

%0
%2
%77
%32

Triadic Colors of #adaa28

#adaa28 #28adaa #aa28ad

Analogous Colors of #adaa28

#adaa28 #6ead28 #ad6828

Monochromatic Colors of #adaa28

#adaa28

Complementary Color

#adaa28 #282bad

#adaa28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa28 Color CSS Codes

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

#adaa28 Text Font Color

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

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


#adaa28 Background Color

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

This div background color is #adaa28


#adaa28 Border Color

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

This div border color is #adaa28


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,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 #adaa28">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa28


Comments

No comments written yet.

Please login to write comment.