Color Hex Logo

#ada33e Color Hex

#ADA33E
(173,163,62)
0 Favorites   0 Comments

Color spaces of #ada33e

RGB 17316362
HSL0.150.470.46
HSV55°64°68°
CMYK 0.000.060.64   0.32
XYZ31.200335.42649.7510
Yxy35.42640.40850.4638
Hunter Lab59.5201-10.590831.9507
CIE-Lab66.0793-8.876752.0360

#ada33e color RGB value is (173,163,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00111110
Octal 255 243 76
Decimal 173 163 62
Hex AD A3 3E

RGB Percentages of Color #ada33e

%43.47
%40.95
%15.58

CMYK Percentages of Color #ada33e

%0
%6
%64
%32

Triadic Colors of #ada33e

#ada33e #3eada3 #a33ead

Analogous Colors of #ada33e

#ada33e #80ad3e #ad6c3e

Monochromatic Colors of #ada33e

#ada33e

Complementary Color

#ada33e #3e48ad

#ada33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada33e Color CSS Codes

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

#ada33e Text Font Color

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

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


#ada33e Background Color

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

This div background color is #ada33e


#ada33e Border Color

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

This div border color is #ada33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada33e


Comments

No comments written yet.

Please login to write comment.