Color Hex Logo

#ada265 Color Hex

#ADA265
(173,162,101)
0 Favorites   0 Comments

Color spaces of #ada265

RGB 173162101
HSL0.140.310.54
HSV51°42°68°
CMYK 0.000.060.42   0.32
XYZ32.502935.664517.4828
Yxy35.66450.37950.4164
Hunter Lab59.7198-7.359724.4468
CIE-Lab66.2628-4.932833.1280

#ada265 color RGB value is (173,162,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01100101
Octal 255 242 145
Decimal 173 162 101
Hex AD A2 65

RGB Percentages of Color #ada265

%39.68
%37.16
%23.17

CMYK Percentages of Color #ada265

%0
%6
%42
%32

Triadic Colors of #ada265

#ada265 #65ada2 #a265ad

Analogous Colors of #ada265

#ada265 #94ad65 #ad7e65

Monochromatic Colors of #ada265

#ada265

Complementary Color

#ada265 #6570ad

#ada265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada265 Color CSS Codes

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

#ada265 Text Font Color

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

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


#ada265 Background Color

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

This div background color is #ada265


#ada265 Border Color

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

This div border color is #ada265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada265


Comments

No comments written yet.

Please login to write comment.