Color Hex Logo

#adbca5 Color Hex

#ADBCA5
(173,188,165)
2 Favorites   0 Comments

Color spaces of #adbca5

RGB 173188165
HSL0.280.150.69
HSV99°12°74°
CMYK 0.080.000.12   0.26
XYZ42.008347.567342.5646
Yxy47.56730.31790.3600
Hunter Lab68.9691-11.973411.6872
CIE-Lab74.5512-9.44379.8850

#adbca5 color RGB value is (173,188,165).

#adbca5 hex color red value is 173, green value is 188 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #adbca5 hue: 0.28 , saturation: 0.15 and the lightness value of adbca5 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10100101
Octal 255 274 245
Decimal 173 188 165
Hex AD BC A5

RGB Percentages of Color #adbca5

%32.89
%35.74
%31.37

CMYK Percentages of Color #adbca5

%8
%0
%12
%26

Triadic Colors of #adbca5

#adbca5 #a5adbc #bca5ad

Analogous Colors of #adbca5

#adbca5 #a5bca9 #b9bca5

Monochromatic Colors of #adbca5

#adbca5

Complementary Color

#adbca5 #b4a5bc

#adbca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbca5 Color CSS Codes

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

#adbca5 Text Font Color

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

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


#adbca5 Background Color

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

This div background color is #adbca5


#adbca5 Border Color

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

This div border color is #adbca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbca5


Comments

No comments written yet.

Please login to write comment.