Color Hex Logo

#adc5bd Color Hex

#ADC5BD
(173,197,189)
0 Favorites   0 Comments

Color spaces of #adc5bd

RGB 173197189
HSL0.440.170.73
HSV160°12°77°
CMYK 0.120.000.04   0.23
XYZ46.385152.490955.8311
Yxy52.49090.29980.3393
Hunter Lab72.4506-12.50745.0260
CIE-Lab77.5735-9.67801.2542

#adc5bd color RGB value is (173,197,189).

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

The process color (four color CMYK) of #adc5bd color hex is 0.12, 0.00, 0.04, 0.23. Web safe color of #adc5bd is #99cccc. Color #adc5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 10111101
Octal 255 305 275
Decimal 173 197 189
Hex AD C5 BD

RGB Percentages of Color #adc5bd

%30.95
%35.24
%33.81

CMYK Percentages of Color #adc5bd

%12
%0
%4
%23

Triadic Colors of #adc5bd

#adc5bd #bdadc5 #c5bdad

Analogous Colors of #adc5bd

#adc5bd #adc1c5 #adc5b1

Monochromatic Colors of #adc5bd

#adc5bd

Complementary Color

#adc5bd #c5adb5

#adc5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc5bd Color CSS Codes

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

#adc5bd Text Font Color

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

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


#adc5bd Background Color

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

This div background color is #adc5bd


#adc5bd Border Color

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

This div border color is #adc5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc5bd


Comments

No comments written yet.

Please login to write comment.