Color Hex Logo

#adcdfe Color Hex

#ADCDFE
(173,205,254)
0 Favorites   0 Comments

Color spaces of #adcdfe

RGB 173205254
HSL0.600.980.84
HSV216°32°100°
CMYK 0.320.190.00   0.00
XYZ56.954359.7026102.2879
Yxy59.70260.26010.2727
Hunter Lab77.2675-3.6446-24.4018
CIE-Lab81.67630.5157-27.4702

#adcdfe color RGB value is (173,205,254).

#adcdfe hex color red value is 173, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adcdfe hue: 0.60 , saturation: 0.98 and the lightness value of adcdfe is 0.84.

The process color (four color CMYK) of #adcdfe color hex is 0.32, 0.19, 0.00, 0.00. Web safe color of #adcdfe is #99ccff. Color #adcdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11111110
Octal 255 315 376
Decimal 173 205 254
Hex AD CD FE

RGB Percentages of Color #adcdfe

%27.37
%32.44
%40.19

CMYK Percentages of Color #adcdfe

%32
%19
%0
%0

Triadic Colors of #adcdfe

#adcdfe #feadcd #cdfead

Analogous Colors of #adcdfe

#adcdfe #b6adfe #adf6fe

Monochromatic Colors of #adcdfe

#adcdfe

Complementary Color

#adcdfe #fedead

#adcdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdfe Color CSS Codes

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

#adcdfe Text Font Color

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

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


#adcdfe Background Color

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

This div background color is #adcdfe


#adcdfe Border Color

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

This div border color is #adcdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdfe


Comments

No comments written yet.

Please login to write comment.