Color Hex Logo

#aedcde Color Hex

#AEDCDE
(174,220,222)
0 Favorites   0 Comments

Color spaces of #aedcde

RGB 174220222
HSL0.510.420.78
HSV183°22°87°
CMYK 0.220.010.00   0.13
XYZ56.233665.459078.7783
Yxy65.45900.28050.3265
Hunter Lab80.9067-17.5217-1.0955
CIE-Lab84.7197-14.3882-5.8926

#aedcde color RGB value is (174,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11011110
Octal 256 334 336
Decimal 174 220 222
Hex AE DC DE

RGB Percentages of Color #aedcde

%28.25
%35.71
%36.04

CMYK Percentages of Color #aedcde

%22
%1
%0
%13

Triadic Colors of #aedcde

#aedcde #deaedc #dcdeae

Analogous Colors of #aedcde

#aedcde #aec4de #aedec8

Monochromatic Colors of #aedcde

#aedcde

Complementary Color

#aedcde #deb0ae

#aedcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcde Color CSS Codes

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

#aedcde Text Font Color

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

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


#aedcde Background Color

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

This div background color is #aedcde


#aedcde Border Color

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

This div border color is #aedcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcde


Comments

No comments written yet.

Please login to write comment.