Color Hex Logo

#ada005 Color Hex

#ADA005
(173,160,5)
0 Favorites   0 Comments

Color spaces of #ada005

RGB 1731605
HSL0.150.940.35
HSV55°97°68°
CMYK 0.000.080.97   0.32
XYZ29.831834.03685.1410
Yxy34.03680.43230.4932
Hunter Lab58.3411-10.823735.6141
CIE-Lab64.9918-9.307467.3542

#ada005 color RGB value is (173,160,5).

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

The process color (four color CMYK) of #ada005 color hex is 0.00, 0.08, 0.97, 0.32. Web safe color of #ada005 is #999900. Color #ada005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00000101
Octal 255 240 5
Decimal 173 160 5
Hex AD A0 5

RGB Percentages of Color #ada005

%51.18
%47.34
%1.48

CMYK Percentages of Color #ada005

%0
%8
%97
%32

Triadic Colors of #ada005

#ada005 #05ada0 #a005ad

Analogous Colors of #ada005

#ada005 #66ad05 #ad4c05

Monochromatic Colors of #ada005

#ada005

Complementary Color

#ada005 #0512ad

#ada005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada005 Color CSS Codes

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

#ada005 Text Font Color

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

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


#ada005 Background Color

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

This div background color is #ada005


#ada005 Border Color

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

This div border color is #ada005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada005


Comments

No comments written yet.

Please login to write comment.