Color Hex Logo

#adcedf Color Hex

#ADCEDF
(173,206,223)
0 Favorites   0 Comments

Color spaces of #adcedf

RGB 173206223
HSL0.560.440.78
HSV200°22°87°
CMYK 0.220.080.00   0.13
XYZ52.624258.354678.3020
Yxy58.35460.27800.3083
Hunter Lab76.3902-10.7165-7.3007
CIE-Lab80.9355-7.2570-12.0545

#adcedf color RGB value is (173,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11011111
Octal 255 316 337
Decimal 173 206 223
Hex AD CE DF

RGB Percentages of Color #adcedf

%28.74
%34.22
%37.04

CMYK Percentages of Color #adcedf

%22
%8
%0
%13

Triadic Colors of #adcedf

#adcedf #dfadce #cedfad

Analogous Colors of #adcedf

#adcedf #adb5df #addfd7

Monochromatic Colors of #adcedf

#adcedf

Complementary Color

#adcedf #dfbead

#adcedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcedf Color CSS Codes

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

#adcedf Text Font Color

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

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


#adcedf Background Color

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

This div background color is #adcedf


#adcedf Border Color

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

This div border color is #adcedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcedf


Comments

No comments written yet.

Please login to write comment.