Color Hex Logo

#adcfdd Color Hex

#ADCFDD
(173,207,221)
0 Favorites   0 Comments

Color spaces of #adcfdd

RGB 173207221
HSL0.550.410.77
HSV198°22°87°
CMYK 0.220.060.00   0.13
XYZ52.597558.730376.9705
Yxy58.73030.27930.3119
Hunter Lab76.6357-11.6023-5.9040
CIE-Lab81.1431-8.2212-10.6751

#adcfdd color RGB value is (173,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11011101
Octal 255 317 335
Decimal 173 207 221
Hex AD CF DD

RGB Percentages of Color #adcfdd

%28.79
%34.44
%36.77

CMYK Percentages of Color #adcfdd

%22
%6
%0
%13

Triadic Colors of #adcfdd

#adcfdd #ddadcf #cfddad

Analogous Colors of #adcfdd

#adcfdd #adb7dd #adddd3

Monochromatic Colors of #adcfdd

#adcfdd

Complementary Color

#adcfdd #ddbbad

#adcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfdd Color CSS Codes

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

#adcfdd Text Font Color

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

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


#adcfdd Background Color

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

This div background color is #adcfdd


#adcfdd Border Color

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

This div border color is #adcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfdd


Comments

No comments written yet.

Please login to write comment.