Color Hex Logo

#ada14b Color Hex

#ADA14B
(173,161,75)
0 Favorites   0 Comments

Color spaces of #ada14b

RGB 17316175
HSL0.150.400.49
HSV53°57°68°
CMYK 0.000.070.57   0.32
XYZ31.248434.882011.7425
Yxy34.88200.40130.4479
Hunter Lab59.0610-8.914729.5547
CIE-Lab65.6567-6.877945.5889

#ada14b color RGB value is (173,161,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01001011
Octal 255 241 113
Decimal 173 161 75
Hex AD A1 4B

RGB Percentages of Color #ada14b

%42.30
%39.36
%18.34

CMYK Percentages of Color #ada14b

%0
%7
%57
%32

Triadic Colors of #ada14b

#ada14b #4bada1 #a14bad

Analogous Colors of #ada14b

#ada14b #88ad4b #ad704b

Monochromatic Colors of #ada14b

#ada14b

Complementary Color

#ada14b #4b57ad

#ada14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada14b Color CSS Codes

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

#ada14b Text Font Color

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

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


#ada14b Background Color

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

This div background color is #ada14b


#ada14b Border Color

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

This div border color is #ada14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada14b


Comments

No comments written yet.

Please login to write comment.