Color Hex Logo

#ada304 Color Hex

#ADA304
(173,163,4)
0 Favorites   0 Comments

Color spaces of #ada304

RGB 1731634
HSL0.160.950.35
HSV56°98°68°
CMYK 0.000.060.98   0.32
XYZ30.352735.08745.2877
Yxy35.08740.42910.4961
Hunter Lab59.2346-12.194536.1716
CIE-Lab65.8167-10.896668.0952

#ada304 color RGB value is (173,163,4).

#ada304 hex color red value is 173, green value is 163 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ada304 hue: 0.16 , saturation: 0.95 and the lightness value of ada304 is 0.35.

The process color (four color CMYK) of #ada304 color hex is 0.00, 0.06, 0.98, 0.32. Web safe color of #ada304 is #999900. Color #ada304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00000100
Octal 255 243 4
Decimal 173 163 4
Hex AD A3 4

RGB Percentages of Color #ada304

%50.88
%47.94
%1.18

CMYK Percentages of Color #ada304

%0
%6
%98
%32

Triadic Colors of #ada304

#ada304 #04ada3 #a304ad

Analogous Colors of #ada304

#ada304 #63ad04 #ad4e04

Monochromatic Colors of #ada304

#ada304

Complementary Color

#ada304 #040ead

#ada304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada304 Color CSS Codes

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

#ada304 Text Font Color

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

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


#ada304 Background Color

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

This div background color is #ada304


#ada304 Border Color

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

This div border color is #ada304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada304


Comments

No comments written yet.

Please login to write comment.