Color Hex Logo

#adb284 Color Hex

#ADB284
(173,178,132)
0 Favorites   0 Comments

Color spaces of #adb284

RGB 173178132
HSL0.180.230.61
HSV67°26°70°
CMYK 0.030.000.26   0.30
XYZ37.318842.391028.0452
Yxy42.39100.34630.3934
Hunter Lab65.1084-11.627120.0369
CIE-Lab71.1397-9.473922.9893

#adb284 color RGB value is (173,178,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10000100
Octal 255 262 204
Decimal 173 178 132
Hex AD B2 84

RGB Percentages of Color #adb284

%35.82
%36.85
%27.33

CMYK Percentages of Color #adb284

%3
%0
%26
%30

Triadic Colors of #adb284

#adb284 #84adb2 #b284ad

Analogous Colors of #adb284

#adb284 #96b284 #b2a084

Monochromatic Colors of #adb284

#adb284

Complementary Color

#adb284 #8984b2

#adb284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb284 Color CSS Codes

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

#adb284 Text Font Color

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

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


#adb284 Background Color

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

This div background color is #adb284


#adb284 Border Color

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

This div border color is #adb284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb284


Comments

No comments written yet.

Please login to write comment.