Color Hex Logo

#adc8df Color Hex

#ADC8DF
(173,200,223)
0 Favorites   0 Comments

Color spaces of #adc8df

RGB 173200223
HSL0.580.440.78
HSV208°22°87°
CMYK 0.220.100.00   0.13
XYZ51.207155.520577.8297
Yxy55.52050.27750.3008
Hunter Lab74.5121-7.7252-9.7714
CIE-Lab79.3401-4.0992-14.4442

#adc8df color RGB value is (173,200,223).

#adc8df hex color red value is 173, green value is 200 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adc8df hue: 0.58 , saturation: 0.44 and the lightness value of adc8df is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 11011111
Octal 255 310 337
Decimal 173 200 223
Hex AD C8 DF

RGB Percentages of Color #adc8df

%29.03
%33.56
%37.42

CMYK Percentages of Color #adc8df

%22
%10
%0
%13

Triadic Colors of #adc8df

#adc8df #dfadc8 #c8dfad

Analogous Colors of #adc8df

#adc8df #adafdf #addfdd

Monochromatic Colors of #adc8df

#adc8df

Complementary Color

#adc8df #dfc4ad

#adc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc8df Color CSS Codes

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

#adc8df Text Font Color

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

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


#adc8df Background Color

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

This div background color is #adc8df


#adc8df Border Color

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

This div border color is #adc8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc8df


Comments

No comments written yet.

Please login to write comment.