Color Hex Logo

#ada298 Color Hex

#ADA298
(173,162,152)
0 Favorites   0 Comments

Color spaces of #ada298

RGB 173162152
HSL0.080.110.64
HSV29°12°68°
CMYK 0.000.060.12   0.32
XYZ35.821436.991934.9579
Yxy36.99190.33240.3432
Hunter Lab60.8210-1.30658.4967
CIE-Lab67.27102.23776.6218

#ada298 color RGB value is (173,162,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10011000
Octal 255 242 230
Decimal 173 162 152
Hex AD A2 98

RGB Percentages of Color #ada298

%35.52
%33.26
%31.21

CMYK Percentages of Color #ada298

%0
%6
%12
%32

Triadic Colors of #ada298

#ada298 #98ada2 #a298ad

Analogous Colors of #ada298

#ada298 #adad98 #ad9899

Monochromatic Colors of #ada298

#ada298

Complementary Color

#ada298 #98a3ad

#ada298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada298 Color CSS Codes

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

#ada298 Text Font Color

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

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


#ada298 Background Color

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

This div background color is #ada298


#ada298 Border Color

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

This div border color is #ada298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,162,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 #ada298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada298

#ada298 Color Palettes


Comments

No comments written yet.

Please login to write comment.