Color Hex Logo

#adcedc Color Hex

#ADCEDC
(173,206,220)
0 Favorites   0 Comments

Color spaces of #adcedc

RGB 173206220
HSL0.550.400.77
HSV198°21°86°
CMYK 0.210.060.00   0.14
XYZ52.223258.194276.1903
Yxy58.19420.27990.3119
Hunter Lab76.2851-11.3016-5.8167
CIE-Lab80.8466-7.9194-10.5822

#adcedc color RGB value is (173,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11011100
Octal 255 316 334
Decimal 173 206 220
Hex AD CE DC

RGB Percentages of Color #adcedc

%28.88
%34.39
%36.73

CMYK Percentages of Color #adcedc

%21
%6
%0
%14

Triadic Colors of #adcedc

#adcedc #dcadce #cedcad

Analogous Colors of #adcedc

#adcedc #adb7dc #addcd3

Monochromatic Colors of #adcedc

#adcedc

Complementary Color

#adcedc #dcbbad

#adcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcedc Color CSS Codes

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

#adcedc Text Font Color

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

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


#adcedc Background Color

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

This div background color is #adcedc


#adcedc Border Color

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

This div border color is #adcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcedc


Comments

No comments written yet.

Please login to write comment.