Color Hex Logo

#ada481 Color Hex

#ADA481
(173,164,129)
0 Favorites   0 Comments

Color spaces of #ada481

RGB 173164129
HSL0.130.210.59
HSV48°25°68°
CMYK 0.000.050.25   0.32
XYZ34.471537.020126.0976
Yxy37.02010.35320.3793
Hunter Lab60.8441-5.347317.1599
CIE-Lab67.2921-2.448419.3722

#ada481 color RGB value is (173,164,129).

#ada481 hex color red value is 173, green value is 164 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ada481 hue: 0.13 , saturation: 0.21 and the lightness value of ada481 is 0.59.

The process color (four color CMYK) of #ada481 color hex is 0.00, 0.05, 0.25, 0.32. Web safe color of #ada481 is #999999. Color #ada481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10000001
Octal 255 244 201
Decimal 173 164 129
Hex AD A4 81

RGB Percentages of Color #ada481

%37.12
%35.19
%27.68

CMYK Percentages of Color #ada481

%0
%5
%25
%32

Triadic Colors of #ada481

#ada481 #81ada4 #a481ad

Analogous Colors of #ada481

#ada481 #a0ad81 #ad8e81

Monochromatic Colors of #ada481

#ada481

Complementary Color

#ada481 #818aad

#ada481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada481 Color CSS Codes

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

#ada481 Text Font Color

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

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


#ada481 Background Color

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

This div background color is #ada481


#ada481 Border Color

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

This div border color is #ada481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada481


Comments

No comments written yet.

Please login to write comment.