Color Hex Logo

#ada26a Color Hex

#ADA26A
(173,162,106)
0 Favorites   0 Comments

Color spaces of #ada26a

RGB 173162106
HSL0.140.290.55
HSV50°39°68°
CMYK 0.000.060.39   0.32
XYZ32.755435.765518.8127
Yxy35.76550.37510.4095
Hunter Lab59.8043-6.891223.2121
CIE-Lab66.3404-4.364130.5725

#ada26a color RGB value is (173,162,106).

#ada26a hex color red value is 173, green value is 162 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ada26a hue: 0.14 , saturation: 0.29 and the lightness value of ada26a is 0.55.

The process color (four color CMYK) of #ada26a color hex is 0.00, 0.06, 0.39, 0.32. Web safe color of #ada26a is #999966. Color #ada26a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01101010
Octal 255 242 152
Decimal 173 162 106
Hex AD A2 6A

RGB Percentages of Color #ada26a

%39.23
%36.73
%24.04

CMYK Percentages of Color #ada26a

%0
%6
%39
%32

Triadic Colors of #ada26a

#ada26a #6aada2 #a26aad

Analogous Colors of #ada26a

#ada26a #97ad6a #ad816a

Monochromatic Colors of #ada26a

#ada26a

Complementary Color

#ada26a #6a75ad

#ada26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada26a Color CSS Codes

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

#ada26a Text Font Color

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

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


#ada26a Background Color

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

This div background color is #ada26a


#ada26a Border Color

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

This div border color is #ada26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada26a


Comments

No comments written yet.

Please login to write comment.