color codes Logo

#ade0fe color codes

#ADE0FE
(173,224,254)
0 Favorites   0 Comments

Color spaces of #ade0fe

RGB 173224254
HSL0.560.980.84
HSV202°32°100°
CMYK 0.320.120.00   0.00
XYZ61.778669.3513103.8960
Yxy69.35130.26290.2951
Hunter Lab83.2774-13.3169-15.6754
CIE-Lab86.6777-9.4614-19.8682

#ade0fe color RGB value is (173,224,254).

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

The process color (four color CMYK) of #ade0fe color code is 0.32, 0.12, 0.00, 0.00. Web safe color of #ade0fe is #99ccff. Color #ade0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 11111110
Octal 255 340 376
Decimal 173 224 254
Hex AD E0 FE

RGB Percentages of Color #ade0fe

%26.57
%34.41
%39.02

CMYK Percentages of Color #ade0fe

%32
%12
%0
%0

Triadic Colors of #ade0fe

#ade0fe #feade0 #e0fead

Analogous Colors of #ade0fe

#ade0fe #adb8fe #adfef4

Monochromatic Colors of #ade0fe

#ade0fe

Complementary Color

#ade0fe #fecbad

#ade0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade0fe Color CSS Codes

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

#ade0fe Text Font Color

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

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


#ade0fe Background Color

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

This div background color is #ade0fe


#ade0fe Border Color

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

This div border color is #ade0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.