Color Hex Logo

#ada418 Color Hex

#ADA418
(173,164,24)
0 Favorites   0 Comments

Color spaces of #ada418

RGB 17316424
HSL0.160.760.39
HSV56°86°68°
CMYK 0.000.050.86   0.32
XYZ30.673935.50116.0999
Yxy35.50110.42440.4912
Hunter Lab59.5828-12.376135.6380
CIE-Lab66.1370-11.075965.0879

#ada418 color RGB value is (173,164,24).

#ada418 hex color red value is 173, green value is 164 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ada418 hue: 0.16 , saturation: 0.76 and the lightness value of ada418 is 0.39.

The process color (four color CMYK) of #ada418 color hex is 0.00, 0.05, 0.86, 0.32. Web safe color of #ada418 is #999900. Color #ada418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00011000
Octal 255 244 30
Decimal 173 164 24
Hex AD A4 18

RGB Percentages of Color #ada418

%47.92
%45.43
%6.65

CMYK Percentages of Color #ada418

%0
%5
%86
%32

Triadic Colors of #ada418

#ada418 #18ada4 #a418ad

Analogous Colors of #ada418

#ada418 #6cad18 #ad5a18

Monochromatic Colors of #ada418

#ada418

Complementary Color

#ada418 #1821ad

#ada418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada418 Color CSS Codes

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

#ada418 Text Font Color

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

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


#ada418 Background Color

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

This div background color is #ada418


#ada418 Border Color

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

This div border color is #ada418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada418


Comments

No comments written yet.

Please login to write comment.