Color Hex Logo

#adc3dd Color Hex

#ADC3DD
(173,195,221)
0 Favorites   0 Comments

Color spaces of #adc3dd

RGB 173195221
HSL0.590.410.77
HSV213°22°87°
CMYK 0.220.120.00   0.13
XYZ49.799853.134976.0379
Yxy53.13490.27830.2969
Hunter Lab72.8937-5.6156-10.8218
CIE-Lab77.9546-1.8888-15.4501

#adc3dd color RGB value is (173,195,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 11011101
Octal 255 303 335
Decimal 173 195 221
Hex AD C3 DD

RGB Percentages of Color #adc3dd

%29.37
%33.11
%37.52

CMYK Percentages of Color #adc3dd

%22
%12
%0
%13

Triadic Colors of #adc3dd

#adc3dd #ddadc3 #c3ddad

Analogous Colors of #adc3dd

#adc3dd #afaddd #addbdd

Monochromatic Colors of #adc3dd

#adc3dd

Complementary Color

#adc3dd #ddc7ad

#adc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc3dd Color CSS Codes

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

#adc3dd Text Font Color

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

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


#adc3dd Background Color

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

This div background color is #adc3dd


#adc3dd Border Color

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

This div border color is #adc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc3dd

#adc3dd Color Palettes


Comments

No comments written yet.

Please login to write comment.