Color Hex Logo

#ade2ff Color Hex

#ADE2FF
(173,226,255)
0 Favorites   0 Comments

Color spaces of #ade2ff

RGB 173226255
HSL0.561.000.84
HSV201°32°100°
CMYK 0.320.110.00   0.00
XYZ62.479970.4969104.9220
Yxy70.49690.26260.2963
Hunter Lab83.9624-14.1051-15.3169
CIE-Lab87.2400-10.2523-19.5447

#ade2ff color RGB value is (173,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 11111111
Octal 255 342 377
Decimal 173 226 255
Hex AD E2 FF

RGB Percentages of Color #ade2ff

%26.45
%34.56
%38.99

CMYK Percentages of Color #ade2ff

%32
%11
%0
%0

Triadic Colors of #ade2ff

#ade2ff #ffade2 #e2ffad

Analogous Colors of #ade2ff

#ade2ff #adb9ff #adfff3

Monochromatic Colors of #ade2ff

#ade2ff

Complementary Color

#ade2ff #ffcaad

#ade2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade2ff Color CSS Codes

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

#ade2ff Text Font Color

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

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


#ade2ff Background Color

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

This div background color is #ade2ff


#ade2ff Border Color

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

This div border color is #ade2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade2ff

#ade2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.