Color Hex Logo

#adc0c5 Color Hex

#ADC0C5
(173,192,197)
0 Favorites   0 Comments

Color spaces of #adc0c5

RGB 173192197
HSL0.530.170.73
HSV193°12°77°
CMYK 0.120.030.00   0.23
XYZ46.161350.614760.1600
Yxy50.61470.29410.3225
Hunter Lab71.1440-8.6835-0.3353
CIE-Lab76.4450-5.4482-4.7261

#adc0c5 color RGB value is (173,192,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 11000101
Octal 255 300 305
Decimal 173 192 197
Hex AD C0 C5

RGB Percentages of Color #adc0c5

%30.78
%34.16
%35.05

CMYK Percentages of Color #adc0c5

%12
%3
%0
%23

Triadic Colors of #adc0c5

#adc0c5 #c5adc0 #c0c5ad

Analogous Colors of #adc0c5

#adc0c5 #adb4c5 #adc5be

Monochromatic Colors of #adc0c5

#adc0c5

Complementary Color

#adc0c5 #c5b2ad

#adc0c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc0c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc0c5 Color CSS Codes

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

#adc0c5 Text Font Color

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

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


#adc0c5 Background Color

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

This div background color is #adc0c5


#adc0c5 Border Color

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

This div border color is #adc0c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc0c5


Comments

No comments written yet.

Please login to write comment.