Color Hex Logo

#adeaed Color Hex

#ADEAED
(173,234,237)
0 Favorites   0 Comments

Color spaces of #adeaed

RGB 173234237
HSL0.510.640.80
HSV183°27°93°
CMYK 0.270.010.00   0.07
XYZ61.942573.844391.1094
Yxy73.84430.27300.3255
Hunter Lab85.9327-21.7149-2.7088
CIE-Lab88.8488-18.4370-7.6913

#adeaed color RGB value is (173,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11101101
Octal 255 352 355
Decimal 173 234 237
Hex AD EA ED

RGB Percentages of Color #adeaed

%26.86
%36.34
%36.80

CMYK Percentages of Color #adeaed

%27
%1
%0
%7

Triadic Colors of #adeaed

#adeaed #edadea #eaedad

Analogous Colors of #adeaed

#adeaed #adcaed #adedd0

Monochromatic Colors of #adeaed

#adeaed

Complementary Color

#adeaed #edb0ad

#adeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaed Color CSS Codes

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

#adeaed Text Font Color

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

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


#adeaed Background Color

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

This div background color is #adeaed


#adeaed Border Color

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

This div border color is #adeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaed


Comments

No comments written yet.

Please login to write comment.