Color Hex Logo

#ade1fe Color Hex

#ADE1FE
(173,225,254)
0 Favorites   0 Comments

Color spaces of #ade1fe

RGB 173225254
HSL0.560.980.84
HSV201°32°100°
CMYK 0.320.110.00   0.00
XYZ62.048269.8904103.9858
Yxy69.89040.26300.2962
Hunter Lab83.6005-13.8183-15.2271
CIE-Lab86.9431-9.9761-19.4674

#ade1fe color RGB value is (173,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 11111110
Octal 255 341 376
Decimal 173 225 254
Hex AD E1 FE

RGB Percentages of Color #ade1fe

%26.53
%34.51
%38.96

CMYK Percentages of Color #ade1fe

%32
%11
%0
%0

Triadic Colors of #ade1fe

#ade1fe #feade1 #e1fead

Analogous Colors of #ade1fe

#ade1fe #adb9fe #adfef3

Monochromatic Colors of #ade1fe

#ade1fe

Complementary Color

#ade1fe #fecaad

#ade1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade1fe Color CSS Codes

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

#ade1fe Text Font Color

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

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


#ade1fe Background Color

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

This div background color is #ade1fe


#ade1fe Border Color

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

This div border color is #ade1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.