Color Hex Logo

#ada711 Color Hex

#ADA711
(173,167,17)
0 Favorites   0 Comments

Color spaces of #ada711

RGB 17316717
HSL0.160.820.37
HSV58°90°68°
CMYK 0.000.030.90   0.32
XYZ31.153536.56215.9455
Yxy36.56210.42290.4964
Hunter Lab60.4666-13.850136.4968
CIE-Lab66.9472-12.790167.1361

#ada711 color RGB value is (173,167,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 00010001
Octal 255 247 21
Decimal 173 167 17
Hex AD A7 11

RGB Percentages of Color #ada711

%48.46
%46.78
%4.76

CMYK Percentages of Color #ada711

%0
%3
%90
%32

Triadic Colors of #ada711

#ada711 #11ada7 #a711ad

Analogous Colors of #ada711

#ada711 #65ad11 #ad5911

Monochromatic Colors of #ada711

#ada711

Complementary Color

#ada711 #1117ad

#ada711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada711 Color CSS Codes

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

#ada711 Text Font Color

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

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


#ada711 Background Color

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

This div background color is #ada711


#ada711 Border Color

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

This div border color is #ada711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada711


Comments

No comments written yet.

Please login to write comment.