Color Hex Logo

#adbdb5 Color Hex

#ADBDB5
(173,189,181)
0 Favorites   0 Comments

Color spaces of #adbdb5

RGB 173189181
HSL0.420.110.71
HSV150°74°
CMYK 0.080.000.04   0.26
XYZ43.771748.615650.7928
Yxy48.61560.30570.3395
Hunter Lab69.7249-9.96035.6162
CIE-Lab75.2116-7.03382.1498

#adbdb5 color RGB value is (173,189,181).

#adbdb5 hex color red value is 173, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #adbdb5 hue: 0.42 , saturation: 0.11 and the lightness value of adbdb5 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10110101
Octal 255 275 265
Decimal 173 189 181
Hex AD BD B5

RGB Percentages of Color #adbdb5

%31.86
%34.81
%33.33

CMYK Percentages of Color #adbdb5

%8
%0
%4
%26

Triadic Colors of #adbdb5

#adbdb5 #b5adbd #bdb5ad

Analogous Colors of #adbdb5

#adbdb5 #adbdbd #adbdad

Monochromatic Colors of #adbdb5

#adbdb5

Complementary Color

#adbdb5 #bdadb5

#adbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdb5 Color CSS Codes

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

#adbdb5 Text Font Color

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

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


#adbdb5 Background Color

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

This div background color is #adbdb5


#adbdb5 Border Color

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

This div border color is #adbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdb5


Comments

No comments written yet.

Please login to write comment.