Color Hex Logo

#adc7cd Color Hex

#ADC7CD
(173,199,205)
0 Favorites   0 Comments

Color spaces of #adc7cd

RGB 173199205
HSL0.530.240.74
HSV191°16°80°
CMYK 0.160.030.00   0.20
XYZ48.676454.138965.6419
Yxy54.13890.28900.3214
Hunter Lab73.5791-10.6765-1.3888
CIE-Lab78.5427-7.4777-5.9501

#adc7cd color RGB value is (173,199,205).

#adc7cd hex color red value is 173, green value is 199 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adc7cd hue: 0.53 , saturation: 0.24 and the lightness value of adc7cd is 0.74.

The process color (four color CMYK) of #adc7cd color hex is 0.16, 0.03, 0.00, 0.20. Web safe color of #adc7cd is #99cccc. Color #adc7cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 11001101
Octal 255 307 315
Decimal 173 199 205
Hex AD C7 CD

RGB Percentages of Color #adc7cd

%29.98
%34.49
%35.53

CMYK Percentages of Color #adc7cd

%16
%3
%0
%20

Triadic Colors of #adc7cd

#adc7cd #cdadc7 #c7cdad

Analogous Colors of #adc7cd

#adc7cd #adb7cd #adcdc3

Monochromatic Colors of #adc7cd

#adc7cd

Complementary Color

#adc7cd #cdb3ad

#adc7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc7cd Color CSS Codes

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

#adc7cd Text Font Color

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

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


#adc7cd Background Color

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

This div background color is #adc7cd


#adc7cd Border Color

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

This div border color is #adc7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc7cd


Comments

No comments written yet.

Please login to write comment.