Color Hex Logo

#ade9fe Color Hex

#ADE9FE
(173,233,254)
0 Favorites   0 Comments

Color spaces of #ade9fe

RGB 173233254
HSL0.540.980.84
HSV196°32°100°
CMYK 0.320.080.00   0.00
XYZ64.261974.3178104.7237
Yxy74.31780.26410.3055
Hunter Lab86.2078-17.8043-11.6790
CIE-Lab89.0725-14.0564-16.2608

#ade9fe color RGB value is (173,233,254).

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

The process color (four color CMYK) of #ade9fe color hex is 0.32, 0.08, 0.00, 0.00. Web safe color of #ade9fe is #99ffff. Color #ade9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 11111110
Octal 255 351 376
Decimal 173 233 254
Hex AD E9 FE

RGB Percentages of Color #ade9fe

%26.21
%35.30
%38.48

CMYK Percentages of Color #ade9fe

%32
%8
%0
%0

Triadic Colors of #ade9fe

#ade9fe #feade9 #e9fead

Analogous Colors of #ade9fe

#ade9fe #adc1fe #adfeeb

Monochromatic Colors of #ade9fe

#ade9fe

Complementary Color

#ade9fe #fec2ad

#ade9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade9fe Color CSS Codes

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

#ade9fe Text Font Color

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

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


#ade9fe Background Color

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

This div background color is #ade9fe


#ade9fe Border Color

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

This div border color is #ade9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.