Color Hex Logo

#ada312 Color Hex

#ADA312
(173,163,18)
0 Favorites   0 Comments

Color spaces of #ada312

RGB 17316318
HSL0.160.810.37
HSV56°90°68°
CMYK 0.000.060.90   0.32
XYZ30.440035.12235.7472
Yxy35.12230.42690.4925
Hunter Lab59.2641-12.028635.7351
CIE-Lab65.8438-10.686266.0868

#ada312 color RGB value is (173,163,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00010010
Octal 255 243 22
Decimal 173 163 18
Hex AD A3 12

RGB Percentages of Color #ada312

%48.87
%46.05
%5.08

CMYK Percentages of Color #ada312

%0
%6
%90
%32

Triadic Colors of #ada312

#ada312 #12ada3 #a312ad

Analogous Colors of #ada312

#ada312 #6aad12 #ad5612

Monochromatic Colors of #ada312

#ada312

Complementary Color

#ada312 #121cad

#ada312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada312 Color CSS Codes

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

#ada312 Text Font Color

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

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


#ada312 Background Color

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

This div background color is #ada312


#ada312 Border Color

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

This div border color is #ada312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada312


Comments

No comments written yet.

Please login to write comment.