Color Hex Logo

#adcfde Color Hex

#ADCFDE
(173,207,222)
0 Favorites   0 Comments

Color spaces of #adcfde

RGB 173207222
HSL0.550.430.77
HSV198°22°87°
CMYK 0.220.070.00   0.13
XYZ52.731258.783877.6744
Yxy58.78380.27870.3107
Hunter Lab76.6706-11.4078-6.3968
CIE-Lab81.1726-8.0008-11.1657

#adcfde color RGB value is (173,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11011110
Octal 255 317 336
Decimal 173 207 222
Hex AD CF DE

RGB Percentages of Color #adcfde

%28.74
%34.39
%36.88

CMYK Percentages of Color #adcfde

%22
%7
%0
%13

Triadic Colors of #adcfde

#adcfde #deadcf #cfdead

Analogous Colors of #adcfde

#adcfde #adb7de #added5

Monochromatic Colors of #adcfde

#adcfde

Complementary Color

#adcfde #debcad

#adcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfde Color CSS Codes

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

#adcfde Text Font Color

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

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


#adcfde Background Color

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

This div background color is #adcfde


#adcfde Border Color

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

This div border color is #adcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfde


Comments

No comments written yet.

Please login to write comment.