Color Hex Logo

#adbda8 Color Hex

#ADBDA8
(173,189,168)
0 Favorites   0 Comments

Color spaces of #adbda8

RGB 173189168
HSL0.290.140.70
HSV106°11°74°
CMYK 0.080.000.11   0.26
XYZ42.499148.106644.0913
Yxy48.10660.31550.3571
Hunter Lab69.3589-12.003710.8607
CIE-Lab74.8921-9.43578.7449

#adbda8 color RGB value is (173,189,168).

#adbda8 hex color red value is 173, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adbda8 hue: 0.29 , saturation: 0.14 and the lightness value of adbda8 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10101000
Octal 255 275 250
Decimal 173 189 168
Hex AD BD A8

RGB Percentages of Color #adbda8

%32.64
%35.66
%31.70

CMYK Percentages of Color #adbda8

%8
%0
%11
%26

Triadic Colors of #adbda8

#adbda8 #a8adbd #bda8ad

Analogous Colors of #adbda8

#adbda8 #a8bdae #b8bda8

Monochromatic Colors of #adbda8

#adbda8

Complementary Color

#adbda8 #b8a8bd

#adbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbda8 Color CSS Codes

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

#adbda8 Text Font Color

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

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


#adbda8 Background Color

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

This div background color is #adbda8


#adbda8 Border Color

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

This div border color is #adbda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbda8


Comments

No comments written yet.

Please login to write comment.