Color Hex Logo

#adb690 Color Hex

#ADB690
(173,182,144)
0 Favorites   0 Comments

Color spaces of #adb690

RGB 173182144
HSL0.210.210.64
HSV74°21°71°
CMYK 0.050.000.21   0.29
XYZ38.995644.353832.8914
Yxy44.35380.33550.3816
Hunter Lab66.5986-12.030317.3372
CIE-Lab72.4643-9.780318.3294

#adb690 color RGB value is (173,182,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10010000
Octal 255 266 220
Decimal 173 182 144
Hex AD B6 90

RGB Percentages of Color #adb690

%34.67
%36.47
%28.86

CMYK Percentages of Color #adb690

%5
%0
%21
%29

Triadic Colors of #adb690

#adb690 #90adb6 #b690ad

Analogous Colors of #adb690

#adb690 #9ab690 #b6ac90

Monochromatic Colors of #adb690

#adb690

Complementary Color

#adb690 #9990b6

#adb690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb690 Color CSS Codes

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

#adb690 Text Font Color

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

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


#adb690 Background Color

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

This div background color is #adb690


#adb690 Border Color

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

This div border color is #adb690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb690


Comments

No comments written yet.

Please login to write comment.