Color Hex Logo

#ada045 Color Hex

#ADA045
(173,160,69)
0 Favorites   0 Comments

Color spaces of #ada045

RGB 17316069
HSL0.150.430.47
HSV53°60°68°
CMYK 0.000.080.60   0.32
XYZ30.878634.455510.6533
Yxy34.45550.40640.4534
Hunter Lab58.6988-8.822730.3286
CIE-Lab65.3225-6.804248.0522

#ada045 color RGB value is (173,160,69).

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

The process color (four color CMYK) of #ada045 color hex is 0.00, 0.08, 0.60, 0.32. Web safe color of #ada045 is #999933. Color #ada045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01000101
Octal 255 240 105
Decimal 173 160 69
Hex AD A0 45

RGB Percentages of Color #ada045

%43.03
%39.80
%17.16

CMYK Percentages of Color #ada045

%0
%8
%60
%32

Triadic Colors of #ada045

#ada045 #45ada0 #a045ad

Analogous Colors of #ada045

#ada045 #86ad45 #ad6c45

Monochromatic Colors of #ada045

#ada045

Complementary Color

#ada045 #4552ad

#ada045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada045 Color CSS Codes

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

#ada045 Text Font Color

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

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


#ada045 Background Color

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

This div background color is #ada045


#ada045 Border Color

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

This div border color is #ada045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada045


Comments

No comments written yet.

Please login to write comment.