Color Hex Logo

#adbcad Color Hex

#ADBCAD
(173,188,173)
0 Favorites   0 Comments

Color spaces of #adbcad

RGB 173188173
HSL0.330.100.71
HSV120°74°
CMYK 0.080.000.08   0.26
XYZ42.759647.867846.5209
Yxy47.86780.31180.3490
Hunter Lab69.1866-10.75758.5641
CIE-Lab74.7415-8.00685.8158

#adbcad color RGB value is (173,188,173).

#adbcad hex color red value is 173, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #adbcad hue: 0.33 , saturation: 0.10 and the lightness value of adbcad is 0.71.

The process color (four color CMYK) of #adbcad color hex is 0.08, 0.00, 0.08, 0.26. Web safe color of #adbcad is #99cc99. Color #adbcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10101101
Octal 255 274 255
Decimal 173 188 173
Hex AD BC AD

RGB Percentages of Color #adbcad

%32.40
%35.21
%32.40

CMYK Percentages of Color #adbcad

%8
%0
%8
%26

Triadic Colors of #adbcad

#adbcad #adadbc #bcadad

Analogous Colors of #adbcad

#adbcad #adbcb5 #b5bcad

Monochromatic Colors of #adbcad

#adbcad

Complementary Color

#adbcad #bcadbc

#adbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcad Color CSS Codes

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

#adbcad Text Font Color

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

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


#adbcad Background Color

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

This div background color is #adbcad


#adbcad Border Color

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

This div border color is #adbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcad


Comments

No comments written yet.

Please login to write comment.