Color Hex Logo

#adc4dc Color Hex

#ADC4DC
(173,196,220)
0 Favorites   0 Comments

Color spaces of #adc4dc

RGB 173196220
HSL0.590.400.77
HSV211°21°86°
CMYK 0.210.110.00   0.14
XYZ49.891853.531475.4132
Yxy53.53140.27900.2993
Hunter Lab73.1652-6.3187-9.8961
CIE-Lab78.1877-2.6455-14.5609

#adc4dc color RGB value is (173,196,220).

#adc4dc hex color red value is 173, green value is 196 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adc4dc hue: 0.59 , saturation: 0.40 and the lightness value of adc4dc is 0.77.

The process color (four color CMYK) of #adc4dc color hex is 0.21, 0.11, 0.00, 0.14. Web safe color of #adc4dc is #99cccc. Color #adc4dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11011100
Octal 255 304 334
Decimal 173 196 220
Hex AD C4 DC

RGB Percentages of Color #adc4dc

%29.37
%33.28
%37.35

CMYK Percentages of Color #adc4dc

%21
%11
%0
%14

Triadic Colors of #adc4dc

#adc4dc #dcadc4 #c4dcad

Analogous Colors of #adc4dc

#adc4dc #aeaddc #addcdc

Monochromatic Colors of #adc4dc

#adc4dc

Complementary Color

#adc4dc #dcc5ad

#adc4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4dc Color CSS Codes

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

#adc4dc Text Font Color

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

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


#adc4dc Background Color

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

This div background color is #adc4dc


#adc4dc Border Color

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

This div border color is #adc4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4dc


Comments

No comments written yet.

Please login to write comment.