Color Hex Logo

#ada468 Color Hex

#ADA468
(173,164,104)
0 Favorites   0 Comments

Color spaces of #ada468

RGB 173164104
HSL0.140.300.54
HSV52°40°68°
CMYK 0.000.050.40   0.32
XYZ33.007736.434618.3896
Yxy36.43460.37580.4148
Hunter Lab60.3611-8.021424.1895
CIE-Lab66.8507-5.665932.2938

#ada468 color RGB value is (173,164,104).

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

The process color (four color CMYK) of #ada468 color hex is 0.00, 0.05, 0.40, 0.32. Web safe color of #ada468 is #999966. Color #ada468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01101000
Octal 255 244 150
Decimal 173 164 104
Hex AD A4 68

RGB Percentages of Color #ada468

%39.23
%37.19
%23.58

CMYK Percentages of Color #ada468

%0
%5
%40
%32

Triadic Colors of #ada468

#ada468 #68ada4 #a468ad

Analogous Colors of #ada468

#ada468 #94ad68 #ad8268

Monochromatic Colors of #ada468

#ada468

Complementary Color

#ada468 #6871ad

#ada468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada468 Color CSS Codes

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

#ada468 Text Font Color

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

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


#ada468 Background Color

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

This div background color is #ada468


#ada468 Border Color

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

This div border color is #ada468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada468


Comments

No comments written yet.

Please login to write comment.