Color Hex Logo

#ade4ee Color Hex

#ADE4EE
(173,228,238)
0 Favorites   0 Comments

Color spaces of #ade4ee

RGB 173228238
HSL0.530.660.81
HSV189°27°93°
CMYK 0.270.040.00   0.07
XYZ60.409670.544191.3214
Yxy70.54410.27180.3174
Hunter Lab83.9905-18.5986-5.6716
CIE-Lab87.2630-15.2075-10.5715

#ade4ee color RGB value is (173,228,238).

#ade4ee hex color red value is 173, green value is 228 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ade4ee hue: 0.53 , saturation: 0.66 and the lightness value of ade4ee is 0.81.

The process color (four color CMYK) of #ade4ee color hex is 0.27, 0.04, 0.00, 0.07. Web safe color of #ade4ee is #99ccff. Color #ade4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11101110
Octal 255 344 356
Decimal 173 228 238
Hex AD E4 EE

RGB Percentages of Color #ade4ee

%27.07
%35.68
%37.25

CMYK Percentages of Color #ade4ee

%27
%4
%0
%7

Triadic Colors of #ade4ee

#ade4ee #eeade4 #e4eead

Analogous Colors of #ade4ee

#ade4ee #adc4ee #adeed8

Monochromatic Colors of #ade4ee

#ade4ee

Complementary Color

#ade4ee #eeb7ad

#ade4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4ee Color CSS Codes

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

#ade4ee Text Font Color

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

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


#ade4ee Background Color

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

This div background color is #ade4ee


#ade4ee Border Color

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

This div border color is #ade4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4ee


Comments

No comments written yet.

Please login to write comment.