Color Hex Logo

#ade4fa Color Hex

#ADE4FA
(173,228,250)
1 Favorites   0 Comments

Color spaces of #ade4fa

RGB 173228250
HSL0.550.890.83
HSV197°31°98°
CMYK 0.310.090.00   0.02
XYZ62.232371.2732100.9196
Yxy71.27320.26550.3040
Hunter Lab84.4235-16.1607-11.7787
CIE-Lab87.6176-12.4548-16.3493

#ade4fa color RGB value is (173,228,250).

#ade4fa hex color red value is 173, green value is 228 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ade4fa hue: 0.55 , saturation: 0.89 and the lightness value of ade4fa is 0.83.

The process color (four color CMYK) of #ade4fa color hex is 0.31, 0.09, 0.00, 0.02. Web safe color of #ade4fa is #99ccff. Color #ade4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11111010
Octal 255 344 372
Decimal 173 228 250
Hex AD E4 FA

RGB Percentages of Color #ade4fa

%26.57
%35.02
%38.40

CMYK Percentages of Color #ade4fa

%31
%9
%0
%2

Triadic Colors of #ade4fa

#ade4fa #faade4 #e4faad

Analogous Colors of #ade4fa

#ade4fa #adbefa #adfaea

Monochromatic Colors of #ade4fa

#ade4fa

Complementary Color

#ade4fa #fac3ad

#ade4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4fa Color CSS Codes

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

#ade4fa Text Font Color

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

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


#ade4fa Background Color

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

This div background color is #ade4fa


#ade4fa Border Color

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

This div border color is #ade4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4fa


Comments

No comments written yet.

Please login to write comment.