Color Hex Logo

#aedcea Color Hex

#AEDCEA
(174,220,234)
0 Favorites   0 Comments

Color spaces of #aedcea

RGB 174220234
HSL0.540.590.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ57.900066.125687.5538
Yxy66.12560.27370.3125
Hunter Lab81.3176-15.2099-6.9145
CIE-Lab85.0604-11.7509-11.7387

#aedcea color RGB value is (174,220,234).

#aedcea hex color red value is 174, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aedcea hue: 0.54 , saturation: 0.59 and the lightness value of aedcea is 0.80.

The process color (four color CMYK) of #aedcea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #aedcea is #99ccff. Color #aedcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11101010
Octal 256 334 352
Decimal 174 220 234
Hex AE DC EA

RGB Percentages of Color #aedcea

%27.71
%35.03
%37.26

CMYK Percentages of Color #aedcea

%26
%6
%0
%8

Triadic Colors of #aedcea

#aedcea #eaaedc #dceaae

Analogous Colors of #aedcea

#aedcea #aebeea #aeeada

Monochromatic Colors of #aedcea

#aedcea

Complementary Color

#aedcea #eabcae

#aedcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcea Color CSS Codes

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

#aedcea Text Font Color

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

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


#aedcea Background Color

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

This div background color is #aedcea


#aedcea Border Color

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

This div border color is #aedcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcea


Comments

No comments written yet.

Please login to write comment.