Color Hex Logo

#ade7ec Color Hex

#ADE7EC
(173,231,236)
0 Favorites   0 Comments

Color spaces of #ade7ec

RGB 173231236
HSL0.510.620.80
HSV185°27°93°
CMYK 0.270.020.00   0.07
XYZ60.949872.092290.0597
Yxy72.09220.27320.3231
Hunter Lab84.9071-20.4529-3.4530
CIE-Lab88.0130-17.1623-8.4059

#ade7ec color RGB value is (173,231,236).

#ade7ec hex color red value is 173, green value is 231 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ade7ec hue: 0.51 , saturation: 0.62 and the lightness value of ade7ec is 0.80.

The process color (four color CMYK) of #ade7ec color hex is 0.27, 0.02, 0.00, 0.07. Web safe color of #ade7ec is #99ffff. Color #ade7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 11101100
Octal 255 347 354
Decimal 173 231 236
Hex AD E7 EC

RGB Percentages of Color #ade7ec

%27.03
%36.09
%36.88

CMYK Percentages of Color #ade7ec

%27
%2
%0
%7

Triadic Colors of #ade7ec

#ade7ec #ecade7 #e7ecad

Analogous Colors of #ade7ec

#ade7ec #adc8ec #adecd2

Monochromatic Colors of #ade7ec

#ade7ec

Complementary Color

#ade7ec #ecb2ad

#ade7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade7ec Color CSS Codes

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

#ade7ec Text Font Color

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

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


#ade7ec Background Color

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

This div background color is #ade7ec


#ade7ec Border Color

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

This div border color is #ade7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade7ec


Comments

No comments written yet.

Please login to write comment.