Color Hex Logo

#adbac5 Color Hex

#ADBAC5
(173,186,197)
0 Favorites   0 Comments

Color spaces of #adbac5

RGB 173186197
HSL0.580.170.73
HSV208°12°77°
CMYK 0.120.060.00   0.23
XYZ44.870548.033359.7297
Yxy48.03330.29400.3147
Hunter Lab69.3061-5.7202-2.5834
CIE-Lab74.8459-2.2536-7.0910

#adbac5 color RGB value is (173,186,197).

#adbac5 hex color red value is 173, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #adbac5 hue: 0.58 , saturation: 0.17 and the lightness value of adbac5 is 0.73.

The process color (four color CMYK) of #adbac5 color hex is 0.12, 0.06, 0.00, 0.23. Web safe color of #adbac5 is #99cccc. Color #adbac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11000101
Octal 255 272 305
Decimal 173 186 197
Hex AD BA C5

RGB Percentages of Color #adbac5

%31.12
%33.45
%35.43

CMYK Percentages of Color #adbac5

%12
%6
%0
%23

Triadic Colors of #adbac5

#adbac5 #c5adba #bac5ad

Analogous Colors of #adbac5

#adbac5 #adaec5 #adc5c4

Monochromatic Colors of #adbac5

#adbac5

Complementary Color

#adbac5 #c5b8ad

#adbac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbac5 Color CSS Codes

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

#adbac5 Text Font Color

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

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


#adbac5 Background Color

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

This div background color is #adbac5


#adbac5 Border Color

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

This div border color is #adbac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbac5


Comments

No comments written yet.

Please login to write comment.