Color Hex Logo

#aedbde Color Hex

#AEDBDE
(174,219,222)
0 Favorites   0 Comments

Color spaces of #aedbde

RGB 174219222
HSL0.510.420.78
HSV184°22°87°
CMYK 0.220.010.00   0.13
XYZ55.971964.935678.6910
Yxy64.93560.28040.3253
Hunter Lab80.5826-17.0353-1.4904
CIE-Lab84.4505-13.8801-6.2903

#aedbde color RGB value is (174,219,222).

#aedbde hex color red value is 174, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aedbde hue: 0.51 , saturation: 0.42 and the lightness value of aedbde is 0.78.

The process color (four color CMYK) of #aedbde color hex is 0.22, 0.01, 0.00, 0.13. Web safe color of #aedbde is #99cccc. Color #aedbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11011110
Octal 256 333 336
Decimal 174 219 222
Hex AE DB DE

RGB Percentages of Color #aedbde

%28.29
%35.61
%36.10

CMYK Percentages of Color #aedbde

%22
%1
%0
%13

Triadic Colors of #aedbde

#aedbde #deaedb #dbdeae

Analogous Colors of #aedbde

#aedbde #aec3de #aedec9

Monochromatic Colors of #aedbde

#aedbde

Complementary Color

#aedbde #deb1ae

#aedbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbde Color CSS Codes

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

#aedbde Text Font Color

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

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


#aedbde Background Color

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

This div background color is #aedbde


#aedbde Border Color

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

This div border color is #aedbde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,219,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aedbde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aedbde;
  -webkit-box-shadow: 1px 1px 3px 2px #aedbde;
  box-shadow:         1px 1px 3px 2px #aedbde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbde


Comments

No comments written yet.

Please login to write comment.