Color Hex Logo

#ada988 Color Hex

#ADA988
(173,169,136)
0 Favorites   0 Comments

Color spaces of #ada988

RGB 173169136
HSL0.150.180.61
HSV54°21°68°
CMYK 0.000.020.21   0.32
XYZ35.865539.037728.9373
Yxy39.03770.34540.3759
Hunter Lab62.4802-6.875916.2763
CIE-Lab68.7786-4.112517.5833

#ada988 color RGB value is (173,169,136).

#ada988 hex color red value is 173, green value is 169 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ada988 hue: 0.15 , saturation: 0.18 and the lightness value of ada988 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10001000
Octal 255 251 210
Decimal 173 169 136
Hex AD A9 88

RGB Percentages of Color #ada988

%36.19
%35.36
%28.45

CMYK Percentages of Color #ada988

%0
%2
%21
%32

Triadic Colors of #ada988

#ada988 #88ada9 #a988ad

Analogous Colors of #ada988

#ada988 #9fad88 #ad9788

Monochromatic Colors of #ada988

#ada988

Complementary Color

#ada988 #888cad

#ada988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada988 Color CSS Codes

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

#ada988 Text Font Color

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

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


#ada988 Background Color

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

This div background color is #ada988


#ada988 Border Color

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

This div border color is #ada988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada988


Comments

No comments written yet.

Please login to write comment.