Color Hex Logo

#adc2dd Color Hex

#ADC2DD
(173,194,221)
0 Favorites   0 Comments

Color spaces of #adc2dd

RGB 173194221
HSL0.590.410.77
HSV214°22°87°
CMYK 0.220.120.00   0.13
XYZ49.576552.688375.9635
Yxy52.68830.27820.2956
Hunter Lab72.5867-5.1118-11.2375
CIE-Lab77.6906-1.3543-15.8473

#adc2dd color RGB value is (173,194,221).

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

The process color (four color CMYK) of #adc2dd color hex is 0.22, 0.12, 0.00, 0.13. Web safe color of #adc2dd is #99cccc. Color #adc2dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 11011101
Octal 255 302 335
Decimal 173 194 221
Hex AD C2 DD

RGB Percentages of Color #adc2dd

%29.42
%32.99
%37.59

CMYK Percentages of Color #adc2dd

%22
%12
%0
%13

Triadic Colors of #adc2dd

#adc2dd #ddadc2 #c2ddad

Analogous Colors of #adc2dd

#adc2dd #b0addd #addadd

Monochromatic Colors of #adc2dd

#adc2dd

Complementary Color

#adc2dd #ddc8ad

#adc2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc2dd Color CSS Codes

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

#adc2dd Text Font Color

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

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


#adc2dd Background Color

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

This div background color is #adc2dd


#adc2dd Border Color

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

This div border color is #adc2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc2dd


Comments

No comments written yet.

Please login to write comment.