Color Hex Logo

#ada214 Color Hex

#ADA214
(173,162,20)
0 Favorites   0 Comments

Color spaces of #ada214

RGB 17316220
HSL0.150.790.38
HSV56°88°68°
CMYK 0.000.060.88   0.32
XYZ30.280234.77545.7782
Yxy34.77540.42750.4909
Hunter Lab58.9707-11.542735.4700
CIE-Lab65.5734-10.120565.4860

#ada214 color RGB value is (173,162,20).

#ada214 hex color red value is 173, green value is 162 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ada214 hue: 0.15 , saturation: 0.79 and the lightness value of ada214 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00010100
Octal 255 242 24
Decimal 173 162 20
Hex AD A2 14

RGB Percentages of Color #ada214

%48.73
%45.63
%5.63

CMYK Percentages of Color #ada214

%0
%6
%88
%32

Triadic Colors of #ada214

#ada214 #14ada2 #a214ad

Analogous Colors of #ada214

#ada214 #6cad14 #ad5614

Monochromatic Colors of #ada214

#ada214

Complementary Color

#ada214 #141fad

#ada214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada214 Color CSS Codes

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

#ada214 Text Font Color

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

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


#ada214 Background Color

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

This div background color is #ada214


#ada214 Border Color

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

This div border color is #ada214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada214


Comments

No comments written yet.

Please login to write comment.