Color Hex Logo

#ada692 Color Hex

#ADA692
(173,166,146)
0 Favorites   0 Comments

Color spaces of #ada692

RGB 173166146
HSL0.120.140.63
HSV44°16°68°
CMYK 0.000.040.16   0.32
XYZ36.058138.232032.6732
Yxy38.23200.33710.3574
Hunter Lab61.8320-4.111611.9525
CIE-Lab68.1913-0.935411.2594

#ada692 color RGB value is (173,166,146).

#ada692 hex color red value is 173, green value is 166 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ada692 hue: 0.12 , saturation: 0.14 and the lightness value of ada692 is 0.63.

The process color (four color CMYK) of #ada692 color hex is 0.00, 0.04, 0.16, 0.32. Web safe color of #ada692 is #999999. Color #ada692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10010010
Octal 255 246 222
Decimal 173 166 146
Hex AD A6 92

RGB Percentages of Color #ada692

%35.67
%34.23
%30.10

CMYK Percentages of Color #ada692

%0
%4
%16
%32

Triadic Colors of #ada692

#ada692 #92ada6 #a692ad

Analogous Colors of #ada692

#ada692 #a7ad92 #ad9992

Monochromatic Colors of #ada692

#ada692

Complementary Color

#ada692 #9299ad

#ada692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada692 Color CSS Codes

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

#ada692 Text Font Color

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

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


#ada692 Background Color

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

This div background color is #ada692


#ada692 Border Color

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

This div border color is #ada692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada692


Comments

No comments written yet.

Please login to write comment.