Color Hex Logo

#ade0ea Color Hex

#ADE0EA
(173,224,234)
0 Favorites   0 Comments

Color spaces of #ade0ea

RGB 173224234
HSL0.530.590.80
HSV190°26°92°
CMYK 0.260.040.00   0.08
XYZ58.740568.136187.8975
Yxy68.13610.27350.3172
Hunter Lab82.5446-17.4286-5.3537
CIE-Lab86.0745-14.0806-10.2335

#ade0ea color RGB value is (173,224,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 11101010
Octal 255 340 352
Decimal 173 224 234
Hex AD E0 EA

RGB Percentages of Color #ade0ea

%27.42
%35.50
%37.08

CMYK Percentages of Color #ade0ea

%26
%4
%0
%8

Triadic Colors of #ade0ea

#ade0ea #eaade0 #e0eaad

Analogous Colors of #ade0ea

#ade0ea #adc2ea #adead6

Monochromatic Colors of #ade0ea

#ade0ea

Complementary Color

#ade0ea #eab7ad

#ade0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade0ea Color CSS Codes

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

#ade0ea Text Font Color

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

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


#ade0ea Background Color

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

This div background color is #ade0ea


#ade0ea Border Color

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

This div border color is #ade0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade0ea


Comments

No comments written yet.

Please login to write comment.