Color Hex Logo

#ada615 Color Hex

#ADA615
(173,166,21)
0 Favorites   0 Comments

Color spaces of #ada615

RGB 17316621
HSL0.160.780.38
HSV57°88°68°
CMYK 0.000.040.88   0.32
XYZ31.005236.21086.0647
Yxy36.21080.42310.4941
Hunter Lab60.1754-13.335436.1473
CIE-Lab66.6807-12.189266.1729

#ada615 color RGB value is (173,166,21).

#ada615 hex color red value is 173, green value is 166 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ada615 hue: 0.16 , saturation: 0.78 and the lightness value of ada615 is 0.38.

The process color (four color CMYK) of #ada615 color hex is 0.00, 0.04, 0.88, 0.32. Web safe color of #ada615 is #999900. Color #ada615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 00010101
Octal 255 246 25
Decimal 173 166 21
Hex AD A6 15

RGB Percentages of Color #ada615

%48.06
%46.11
%5.83

CMYK Percentages of Color #ada615

%0
%4
%88
%32

Triadic Colors of #ada615

#ada615 #15ada6 #a615ad

Analogous Colors of #ada615

#ada615 #68ad15 #ad5a15

Monochromatic Colors of #ada615

#ada615

Complementary Color

#ada615 #151cad

#ada615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada615 Color CSS Codes

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

#ada615 Text Font Color

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

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


#ada615 Background Color

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

This div background color is #ada615


#ada615 Border Color

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

This div border color is #ada615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada615


Comments

No comments written yet.

Please login to write comment.