Color Hex Logo

#adbcc5 Color Hex

#ADBCC5
(173,188,197)
0 Favorites   0 Comments

Color spaces of #adbcc5

RGB 173188197
HSL0.560.170.73
HSV203°12°77°
CMYK 0.120.050.00   0.23
XYZ45.294848.881959.8712
Yxy48.88190.29400.3173
Hunter Lab69.9156-6.7111-1.8312
CIE-Lab75.3778-3.3228-6.3031

#adbcc5 color RGB value is (173,188,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11000101
Octal 255 274 305
Decimal 173 188 197
Hex AD BC C5

RGB Percentages of Color #adbcc5

%31.00
%33.69
%35.30

CMYK Percentages of Color #adbcc5

%12
%5
%0
%23

Triadic Colors of #adbcc5

#adbcc5 #c5adbc #bcc5ad

Analogous Colors of #adbcc5

#adbcc5 #adb0c5 #adc5c2

Monochromatic Colors of #adbcc5

#adbcc5

Complementary Color

#adbcc5 #c5b6ad

#adbcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcc5 Color CSS Codes

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

#adbcc5 Text Font Color

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

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


#adbcc5 Background Color

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

This div background color is #adbcc5


#adbcc5 Border Color

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

This div border color is #adbcc5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,188,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 #adbcc5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcc5

#adbcc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.