Color Hex Logo

#adbca0 Color Hex

#ADBCA0
(173,188,160)
0 Favorites   0 Comments

Color spaces of #adbca0

RGB 173188160
HSL0.260.170.68
HSV92°15°74°
CMYK 0.080.000.15   0.26
XYZ41.562047.388740.2141
Yxy47.38870.32180.3669
Hunter Lab68.8395-12.699213.5520
CIE-Lab74.4377-10.308212.4323

#adbca0 color RGB value is (173,188,160).

#adbca0 hex color red value is 173, green value is 188 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #adbca0 hue: 0.26 , saturation: 0.17 and the lightness value of adbca0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10100000
Octal 255 274 240
Decimal 173 188 160
Hex AD BC A0

RGB Percentages of Color #adbca0

%33.21
%36.08
%30.71

CMYK Percentages of Color #adbca0

%8
%0
%15
%26

Triadic Colors of #adbca0

#adbca0 #a0adbc #bca0ad

Analogous Colors of #adbca0

#adbca0 #a0bca1 #bbbca0

Monochromatic Colors of #adbca0

#adbca0

Complementary Color

#adbca0 #afa0bc

#adbca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbca0 Color CSS Codes

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

#adbca0 Text Font Color

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

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


#adbca0 Background Color

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

This div background color is #adbca0


#adbca0 Border Color

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

This div border color is #adbca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbca0


Comments

No comments written yet.

Please login to write comment.