Color Hex Logo

#ade2fe Color Hex

#ADE2FE
(173,226,254)
0 Favorites   0 Comments

Color spaces of #ade2fe

RGB 173226254
HSL0.560.980.84
HSV201°32°100°
CMYK 0.320.110.00   0.00
XYZ62.319370.4327104.0762
Yxy70.43270.26310.2974
Hunter Lab83.9242-14.3192-14.7799
CIE-Lab87.2087-10.4900-19.0665

#ade2fe color RGB value is (173,226,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 11111110
Octal 255 342 376
Decimal 173 226 254
Hex AD E2 FE

RGB Percentages of Color #ade2fe

%26.49
%34.61
%38.90

CMYK Percentages of Color #ade2fe

%32
%11
%0
%0

Triadic Colors of #ade2fe

#ade2fe #feade2 #e2fead

Analogous Colors of #ade2fe

#ade2fe #adbafe #adfef2

Monochromatic Colors of #ade2fe

#ade2fe

Complementary Color

#ade2fe #fec9ad

#ade2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade2fe Color CSS Codes

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

#ade2fe Text Font Color

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

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


#ade2fe Background Color

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

This div background color is #ade2fe


#ade2fe Border Color

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

This div border color is #ade2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade2fe


Comments

No comments written yet.

Please login to write comment.