Color Hex Logo

#adc3cc Color Hex

#ADC3CC
(173,195,204)
0 Favorites   0 Comments

Color spaces of #adc3cc

RGB 173195204
HSL0.550.230.74
HSV197°15°80°
CMYK 0.150.040.00   0.20
XYZ47.647852.274164.7053
Yxy52.27410.28940.3175
Hunter Lab72.3008-8.8911-2.4507
CIE-Lab77.4444-5.5818-7.0362

#adc3cc color RGB value is (173,195,204).

#adc3cc hex color red value is 173, green value is 195 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #adc3cc hue: 0.55 , saturation: 0.23 and the lightness value of adc3cc is 0.74.

The process color (four color CMYK) of #adc3cc color hex is 0.15, 0.04, 0.00, 0.20. Web safe color of #adc3cc is #99cccc. Color #adc3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 11001100
Octal 255 303 314
Decimal 173 195 204
Hex AD C3 CC

RGB Percentages of Color #adc3cc

%30.24
%34.09
%35.66

CMYK Percentages of Color #adc3cc

%15
%4
%0
%20

Triadic Colors of #adc3cc

#adc3cc #ccadc3 #c3ccad

Analogous Colors of #adc3cc

#adc3cc #adb4cc #adccc6

Monochromatic Colors of #adc3cc

#adc3cc

Complementary Color

#adc3cc #ccb6ad

#adc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc3cc Color CSS Codes

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

#adc3cc Text Font Color

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

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


#adc3cc Background Color

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

This div background color is #adc3cc


#adc3cc Border Color

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

This div border color is #adc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc3cc


Comments

No comments written yet.

Please login to write comment.