Color Hex Logo

#ada33a Color Hex

#ADA33A
(173,163,58)
0 Favorites   0 Comments

Color spaces of #ada33a

RGB 17316358
HSL0.150.500.45
HSV55°66°68°
CMYK 0.000.060.66   0.32
XYZ31.094535.38419.1939
Yxy35.38410.41090.4676
Hunter Lab59.4845-10.790232.4753
CIE-Lab66.0466-9.126153.7172

#ada33a color RGB value is (173,163,58).

#ada33a hex color red value is 173, green value is 163 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ada33a hue: 0.15 , saturation: 0.50 and the lightness value of ada33a is 0.45.

The process color (four color CMYK) of #ada33a color hex is 0.00, 0.06, 0.66, 0.32. Web safe color of #ada33a is #999933. Color #ada33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00111010
Octal 255 243 72
Decimal 173 163 58
Hex AD A3 3A

RGB Percentages of Color #ada33a

%43.91
%41.37
%14.72

CMYK Percentages of Color #ada33a

%0
%6
%66
%32

Triadic Colors of #ada33a

#ada33a #3aada3 #a33aad

Analogous Colors of #ada33a

#ada33a #7ead3a #ad6a3a

Monochromatic Colors of #ada33a

#ada33a

Complementary Color

#ada33a #3a44ad

#ada33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada33a Color CSS Codes

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

#ada33a Text Font Color

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

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


#ada33a Background Color

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

This div background color is #ada33a


#ada33a Border Color

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

This div border color is #ada33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada33a


Comments

No comments written yet.

Please login to write comment.