Color Hex Logo

#ade4ea Color Hex

#ADE4EA
(173,228,234)
0 Favorites   0 Comments

Color spaces of #ade4ea

RGB 173228234
HSL0.520.590.80
HSV186°26°92°
CMYK 0.260.030.00   0.08
XYZ59.828370.311688.2601
Yxy70.31160.27390.3219
Hunter Lab83.8520-19.3815-3.7105
CIE-Lab87.1495-16.1013-8.6357

#ade4ea color RGB value is (173,228,234).

#ade4ea hex color red value is 173, green value is 228 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ade4ea hue: 0.52 , saturation: 0.59 and the lightness value of ade4ea is 0.80.

The process color (four color CMYK) of #ade4ea color hex is 0.26, 0.03, 0.00, 0.08. Web safe color of #ade4ea is #99ccff. Color #ade4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11101010
Octal 255 344 352
Decimal 173 228 234
Hex AD E4 EA

RGB Percentages of Color #ade4ea

%27.24
%35.91
%36.85

CMYK Percentages of Color #ade4ea

%26
%3
%0
%8

Triadic Colors of #ade4ea

#ade4ea #eaade4 #e4eaad

Analogous Colors of #ade4ea

#ade4ea #adc6ea #adead2

Monochromatic Colors of #ade4ea

#ade4ea

Complementary Color

#ade4ea #eab3ad

#ade4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4ea Color CSS Codes

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

#ade4ea Text Font Color

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

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


#ade4ea Background Color

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

This div background color is #ade4ea


#ade4ea Border Color

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

This div border color is #ade4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4ea


Comments

No comments written yet.

Please login to write comment.