Color Hex Logo

#ada117 Color Hex

#ADA117
(173,161,23)
0 Favorites   0 Comments

Color spaces of #ada117

RGB 17316123
HSL0.150.770.38
HSV55°87°68°
CMYK 0.000.070.87   0.32
XYZ30.133134.43585.8692
Yxy34.43580.42780.4889
Hunter Lab58.6820-11.034235.1474
CIE-Lab65.3070-9.526164.6342

#ada117 color RGB value is (173,161,23).

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

The process color (four color CMYK) of #ada117 color hex is 0.00, 0.07, 0.87, 0.32. Web safe color of #ada117 is #999900. Color #ada117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00010111
Octal 255 241 27
Decimal 173 161 23
Hex AD A1 17

RGB Percentages of Color #ada117

%48.46
%45.10
%6.44

CMYK Percentages of Color #ada117

%0
%7
%87
%32

Triadic Colors of #ada117

#ada117 #17ada1 #a117ad

Analogous Colors of #ada117

#ada117 #6ead17 #ad5617

Monochromatic Colors of #ada117

#ada117

Complementary Color

#ada117 #1723ad

#ada117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada117 Color CSS Codes

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

#ada117 Text Font Color

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

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


#ada117 Background Color

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

This div background color is #ada117


#ada117 Border Color

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

This div border color is #ada117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada117


Comments

No comments written yet.

Please login to write comment.