Color Hex Logo

#adb266 Color Hex

#ADB266
(173,178,102)
0 Favorites   0 Comments

Color spaces of #adb266

RGB 173178102
HSL0.180.330.55
HSV64°43°70°
CMYK 0.030.000.43   0.30
XYZ35.552241.684318.7425
Yxy41.68430.37040.4343
Hunter Lab64.5634-14.693927.9827
CIE-Lab70.6527-13.245838.1463

#adb266 color RGB value is (173,178,102).

#adb266 hex color red value is 173, green value is 178 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #adb266 hue: 0.18 , saturation: 0.33 and the lightness value of adb266 is 0.55.

The process color (four color CMYK) of #adb266 color hex is 0.03, 0.00, 0.43, 0.30. Web safe color of #adb266 is #999966. Color #adb266 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01100110
Octal 255 262 146
Decimal 173 178 102
Hex AD B2 66

RGB Percentages of Color #adb266

%38.19
%39.29
%22.52

CMYK Percentages of Color #adb266

%3
%0
%43
%30

Triadic Colors of #adb266

#adb266 #66adb2 #b266ad

Analogous Colors of #adb266

#adb266 #87b266 #b29166

Monochromatic Colors of #adb266

#adb266

Complementary Color

#adb266 #6b66b2

#adb266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb266 Color CSS Codes

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

#adb266 Text Font Color

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

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


#adb266 Background Color

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

This div background color is #adb266


#adb266 Border Color

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

This div border color is #adb266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb266


Comments

No comments written yet.

Please login to write comment.