Color Hex Logo

#adb283 Color Hex

#ADB283
(173,178,131)
0 Favorites   0 Comments

Color spaces of #adb283

RGB 173178131
HSL0.180.230.61
HSV66°26°70°
CMYK 0.030.000.26   0.30
XYZ37.250742.363727.6864
Yxy42.36370.34720.3948
Hunter Lab65.0874-11.744220.3408
CIE-Lab71.1210-9.616123.5021

#adb283 color RGB value is (173,178,131).

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

The process color (four color CMYK) of #adb283 color hex is 0.03, 0.00, 0.26, 0.30. Web safe color of #adb283 is #999999. Color #adb283 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10000011
Octal 255 262 203
Decimal 173 178 131
Hex AD B2 83

RGB Percentages of Color #adb283

%35.89
%36.93
%27.18

CMYK Percentages of Color #adb283

%3
%0
%26
%30

Triadic Colors of #adb283

#adb283 #83adb2 #b283ad

Analogous Colors of #adb283

#adb283 #96b283 #b2a083

Monochromatic Colors of #adb283

#adb283

Complementary Color

#adb283 #8883b2

#adb283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb283 Color CSS Codes

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

#adb283 Text Font Color

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

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


#adb283 Background Color

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

This div background color is #adb283


#adb283 Border Color

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

This div border color is #adb283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb283


Comments

No comments written yet.

Please login to write comment.