Color Hex Logo

#adb288 Color Hex

#ADB288
(173,178,136)
0 Favorites   0 Comments

Color spaces of #adb288

RGB 173178136
HSL0.190.210.62
HSV67°24°70°
CMYK 0.030.000.24   0.30
XYZ37.597942.502629.5148
Yxy42.50260.34300.3877
Hunter Lab65.1940-11.147218.7939
CIE-Lab71.2161-8.892720.9361

#adb288 color RGB value is (173,178,136).

#adb288 hex color red value is 173, green value is 178 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #adb288 hue: 0.19 , saturation: 0.21 and the lightness value of adb288 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10001000
Octal 255 262 210
Decimal 173 178 136
Hex AD B2 88

RGB Percentages of Color #adb288

%35.52
%36.55
%27.93

CMYK Percentages of Color #adb288

%3
%0
%24
%30

Triadic Colors of #adb288

#adb288 #88adb2 #b288ad

Analogous Colors of #adb288

#adb288 #98b288 #b2a288

Monochromatic Colors of #adb288

#adb288

Complementary Color

#adb288 #8d88b2

#adb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb288 Color CSS Codes

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

#adb288 Text Font Color

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

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


#adb288 Background Color

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

This div background color is #adb288


#adb288 Border Color

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

This div border color is #adb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb288


Comments

No comments written yet.

Please login to write comment.