Color Hex Logo

#adb263 Color Hex

#ADB263
(173,178,99)
0 Favorites   0 Comments

Color spaces of #adb263

RGB 17317899
HSL0.180.340.54
HSV64°44°70°
CMYK 0.030.000.44   0.30
XYZ35.406141.625917.9729
Yxy41.62590.37270.4381
Hunter Lab64.5181-14.950028.6462
CIE-Lab70.6122-13.565539.6206

#adb263 color RGB value is (173,178,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01100011
Octal 255 262 143
Decimal 173 178 99
Hex AD B2 63

RGB Percentages of Color #adb263

%38.44
%39.56
%22.00

CMYK Percentages of Color #adb263

%3
%0
%44
%30

Triadic Colors of #adb263

#adb263 #63adb2 #b263ad

Analogous Colors of #adb263

#adb263 #86b263 #b29063

Monochromatic Colors of #adb263

#adb263

Complementary Color

#adb263 #6863b2

#adb263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb263 Color CSS Codes

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

#adb263 Text Font Color

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

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


#adb263 Background Color

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

This div background color is #adb263


#adb263 Border Color

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

This div border color is #adb263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb263


Comments

No comments written yet.

Please login to write comment.