Color Hex Logo

#ada768 Color Hex

#ADA768
(173,167,104)
0 Favorites   0 Comments

Color spaces of #ada768

RGB 173167104
HSL0.150.300.54
HSV55°40°68°
CMYK 0.000.030.40   0.32
XYZ33.551037.521118.5707
Yxy37.52110.37430.4186
Hunter Lab61.2545-9.425324.9030
CIE-Lab67.6662-7.263233.3381

#ada768 color RGB value is (173,167,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01101000
Octal 255 247 150
Decimal 173 167 104
Hex AD A7 68

RGB Percentages of Color #ada768

%38.96
%37.61
%23.42

CMYK Percentages of Color #ada768

%0
%3
%40
%32

Triadic Colors of #ada768

#ada768 #68ada7 #a768ad

Analogous Colors of #ada768

#ada768 #91ad68 #ad8568

Monochromatic Colors of #ada768

#ada768

Complementary Color

#ada768 #686ead

#ada768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada768 Color CSS Codes

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

#ada768 Text Font Color

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

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


#ada768 Background Color

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

This div background color is #ada768


#ada768 Border Color

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

This div border color is #ada768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada768


Comments

No comments written yet.

Please login to write comment.