Color Hex Logo

#adc8ed Color Hex

#ADC8ED
(173,200,237)
0 Favorites   0 Comments

Color spaces of #adc8ed

RGB 173200237
HSL0.600.640.80
HSV215°27°93°
CMYK 0.270.160.00   0.07
XYZ53.173956.307288.1866
Yxy56.30720.26900.2849
Hunter Lab75.0381-4.8271-17.1523
CIE-Lab79.7883-0.8876-21.2756

#adc8ed color RGB value is (173,200,237).

#adc8ed hex color red value is 173, green value is 200 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #adc8ed hue: 0.60 , saturation: 0.64 and the lightness value of adc8ed is 0.80.

The process color (four color CMYK) of #adc8ed color hex is 0.27, 0.16, 0.00, 0.07. Web safe color of #adc8ed is #99ccff. Color #adc8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 11101101
Octal 255 310 355
Decimal 173 200 237
Hex AD C8 ED

RGB Percentages of Color #adc8ed

%28.36
%32.79
%38.85

CMYK Percentages of Color #adc8ed

%27
%16
%0
%7

Triadic Colors of #adc8ed

#adc8ed #edadc8 #c8edad

Analogous Colors of #adc8ed

#adc8ed #b2aded #ade8ed

Monochromatic Colors of #adc8ed

#adc8ed

Complementary Color

#adc8ed #edd2ad

#adc8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc8ed Color CSS Codes

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

#adc8ed Text Font Color

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

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


#adc8ed Background Color

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

This div background color is #adc8ed


#adc8ed Border Color

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

This div border color is #adc8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc8ed


Comments

No comments written yet.

Please login to write comment.