Color Hex Logo

#ada34b Color Hex

#ADA34B
(173,163,75)
0 Favorites   0 Comments

Color spaces of #ada34b

RGB 17316375
HSL0.150.400.49
HSV54°57°68°
CMYK 0.000.060.57   0.32
XYZ31.600835.586611.8600
Yxy35.58660.39980.4502
Hunter Lab59.6545-9.838529.9706
CIE-Lab66.2028-7.939646.2140

#ada34b color RGB value is (173,163,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01001011
Octal 255 243 113
Decimal 173 163 75
Hex AD A3 4B

RGB Percentages of Color #ada34b

%42.09
%39.66
%18.25

CMYK Percentages of Color #ada34b

%0
%6
%57
%32

Triadic Colors of #ada34b

#ada34b #4bada3 #a34bad

Analogous Colors of #ada34b

#ada34b #86ad4b #ad724b

Monochromatic Colors of #ada34b

#ada34b

Complementary Color

#ada34b #4b55ad

#ada34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada34b Color CSS Codes

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

#ada34b Text Font Color

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

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


#ada34b Background Color

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

This div background color is #ada34b


#ada34b Border Color

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

This div border color is #ada34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada34b


Comments

No comments written yet.

Please login to write comment.