Color Hex Logo

#adb694 Color Hex

#ADB694
(173,182,148)
0 Favorites   0 Comments

Color spaces of #adb694

RGB 173182148
HSL0.210.190.65
HSV76°19°71°
CMYK 0.050.000.19   0.29
XYZ39.306844.478334.5304
Yxy44.47830.33220.3759
Hunter Lab66.6921-11.507215.9865
CIE-Lab72.5470-9.151016.2790

#adb694 color RGB value is (173,182,148).

#adb694 hex color red value is 173, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #adb694 hue: 0.21 , saturation: 0.19 and the lightness value of adb694 is 0.65.

The process color (four color CMYK) of #adb694 color hex is 0.05, 0.00, 0.19, 0.29. Web safe color of #adb694 is #99cc99. Color #adb694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10010100
Octal 255 266 224
Decimal 173 182 148
Hex AD B6 94

RGB Percentages of Color #adb694

%34.39
%36.18
%29.42

CMYK Percentages of Color #adb694

%5
%0
%19
%29

Triadic Colors of #adb694

#adb694 #94adb6 #b694ad

Analogous Colors of #adb694

#adb694 #9cb694 #b6ae94

Monochromatic Colors of #adb694

#adb694

Complementary Color

#adb694 #9d94b6

#adb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb694 Color CSS Codes

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

#adb694 Text Font Color

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

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


#adb694 Background Color

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

This div background color is #adb694


#adb694 Border Color

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

This div border color is #adb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb694


Comments

No comments written yet.

Please login to write comment.