Color Hex Logo

#aedce4 Color Hex

#AEDCE4
(174,220,228)
0 Favorites   0 Comments

Color spaces of #aedce4

RGB 174220228
HSL0.520.500.79
HSV189°24°89°
CMYK 0.240.040.00   0.11
XYZ57.052365.786583.0899
Yxy65.78650.27700.3195
Hunter Lab81.1089-16.3829-3.9619
CIE-Lab84.8874-13.0837-8.8211

#aedce4 color RGB value is (174,220,228).

#aedce4 hex color red value is 174, green value is 220 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #aedce4 hue: 0.52 , saturation: 0.50 and the lightness value of aedce4 is 0.79.

The process color (four color CMYK) of #aedce4 color hex is 0.24, 0.04, 0.00, 0.11. Web safe color of #aedce4 is #99cccc. Color #aedce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11100100
Octal 256 334 344
Decimal 174 220 228
Hex AE DC E4

RGB Percentages of Color #aedce4

%27.97
%35.37
%36.66

CMYK Percentages of Color #aedce4

%24
%4
%0
%11

Triadic Colors of #aedce4

#aedce4 #e4aedc #dce4ae

Analogous Colors of #aedce4

#aedce4 #aec1e4 #aee4d1

Monochromatic Colors of #aedce4

#aedce4

Complementary Color

#aedce4 #e4b6ae

#aedce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedce4 Color CSS Codes

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

#aedce4 Text Font Color

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

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


#aedce4 Background Color

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

This div background color is #aedce4


#aedce4 Border Color

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

This div border color is #aedce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedce4

#aedce4 Color Palettes


Comments

No comments written yet.

Please login to write comment.