Color Hex Logo

#adcddf Color Hex

#ADCDDF
(173,205,223)
0 Favorites   0 Comments

Color spaces of #adcddf

RGB 173205223
HSL0.560.440.78
HSV202°22°87°
CMYK 0.220.080.00   0.13
XYZ52.384257.874678.2220
Yxy57.87460.27790.3071
Hunter Lab76.0754-10.2198-7.7103
CIE-Lab80.6690-6.7333-12.4529

#adcddf color RGB value is (173,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11011111
Octal 255 315 337
Decimal 173 205 223
Hex AD CD DF

RGB Percentages of Color #adcddf

%28.79
%34.11
%37.10

CMYK Percentages of Color #adcddf

%22
%8
%0
%13

Triadic Colors of #adcddf

#adcddf #dfadcd #cddfad

Analogous Colors of #adcddf

#adcddf #adb4df #addfd8

Monochromatic Colors of #adcddf

#adcddf

Complementary Color

#adcddf #dfbfad

#adcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcddf Color CSS Codes

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

#adcddf Text Font Color

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

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


#adcddf Background Color

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

This div background color is #adcddf


#adcddf Border Color

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

This div border color is #adcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcddf


Comments

No comments written yet.

Please login to write comment.