Color Hex Logo

#ade1ea Color Hex

#ADE1EA
(173,225,234)
0 Favorites   0 Comments

Color spaces of #ade1ea

RGB 173225234
HSL0.520.590.80
HSV189°26°92°
CMYK 0.260.040.00   0.08
XYZ59.010168.675287.9874
Yxy68.67520.27360.3184
Hunter Lab82.8705-17.9178-4.9416
CIE-Lab86.3430-14.5873-9.8340

#ade1ea color RGB value is (173,225,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 11101010
Octal 255 341 352
Decimal 173 225 234
Hex AD E1 EA

RGB Percentages of Color #ade1ea

%27.37
%35.60
%37.03

CMYK Percentages of Color #ade1ea

%26
%4
%0
%8

Triadic Colors of #ade1ea

#ade1ea #eaade1 #e1eaad

Analogous Colors of #ade1ea

#ade1ea #adc3ea #adead5

Monochromatic Colors of #ade1ea

#ade1ea

Complementary Color

#ade1ea #eab6ad

#ade1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade1ea Color CSS Codes

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

#ade1ea Text Font Color

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

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


#ade1ea Background Color

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

This div background color is #ade1ea


#ade1ea Border Color

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

This div border color is #ade1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade1ea


Comments

No comments written yet.

Please login to write comment.