Color Hex Logo

#adb691 Color Hex

#ADB691
(173,182,145)
0 Favorites   0 Comments

Color spaces of #adb691

RGB 173182145
HSL0.210.200.64
HSV75°20°71°
CMYK 0.050.000.20   0.29
XYZ39.072444.384533.2958
Yxy44.38450.33470.3802
Hunter Lab66.6217-11.901017.0036
CIE-Lab72.4848-9.624517.8168

#adb691 color RGB value is (173,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10010001
Octal 255 266 221
Decimal 173 182 145
Hex AD B6 91

RGB Percentages of Color #adb691

%34.60
%36.40
%29.00

CMYK Percentages of Color #adb691

%5
%0
%20
%29

Triadic Colors of #adb691

#adb691 #91adb6 #b691ad

Analogous Colors of #adb691

#adb691 #9bb691 #b6ad91

Monochromatic Colors of #adb691

#adb691

Complementary Color

#adb691 #9a91b6

#adb691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb691 Color CSS Codes

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

#adb691 Text Font Color

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

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


#adb691 Background Color

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

This div background color is #adb691


#adb691 Border Color

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

This div border color is #adb691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb691


Comments

No comments written yet.

Please login to write comment.