Color Hex Logo

#adaa98 Color Hex

#ADAA98
(173,170,152)
0 Favorites   0 Comments

Color spaces of #adaa98

RGB 173170152
HSL0.140.110.64
HSV51°12°68°
CMYK 0.000.020.12   0.32
XYZ37.275839.900735.4427
Yxy39.90070.33100.3543
Hunter Lab63.1670-5.206710.9496
CIE-Lab69.3987-2.11069.6602

#adaa98 color RGB value is (173,170,152).

#adaa98 hex color red value is 173, green value is 170 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #adaa98 hue: 0.14 , saturation: 0.11 and the lightness value of adaa98 is 0.64.

The process color (four color CMYK) of #adaa98 color hex is 0.00, 0.02, 0.12, 0.32. Web safe color of #adaa98 is #999999. Color #adaa98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10011000
Octal 255 252 230
Decimal 173 170 152
Hex AD AA 98

RGB Percentages of Color #adaa98

%34.95
%34.34
%30.71

CMYK Percentages of Color #adaa98

%0
%2
%12
%32

Triadic Colors of #adaa98

#adaa98 #98adaa #aa98ad

Analogous Colors of #adaa98

#adaa98 #a6ad98 #ada098

Monochromatic Colors of #adaa98

#adaa98

Complementary Color

#adaa98 #989bad

#adaa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa98 Color CSS Codes

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

#adaa98 Text Font Color

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

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


#adaa98 Background Color

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

This div background color is #adaa98


#adaa98 Border Color

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

This div border color is #adaa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa98


Comments

No comments written yet.

Please login to write comment.