Color Hex Logo

#aedeec Color Hex

#AEDEEC
(174,222,236)
0 Favorites   0 Comments

Color spaces of #aedeec

RGB 174222236
HSL0.540.620.80
HSV194°26°93°
CMYK 0.260.060.00   0.07
XYZ58.717267.297489.2518
Yxy67.29740.27280.3126
Hunter Lab82.0350-15.7984-7.0814
CIE-Lab85.6539-12.3242-11.9101

#aedeec color RGB value is (174,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11101100
Octal 256 336 354
Decimal 174 222 236
Hex AE DE EC

RGB Percentages of Color #aedeec

%27.53
%35.13
%37.34

CMYK Percentages of Color #aedeec

%26
%6
%0
%7

Triadic Colors of #aedeec

#aedeec #ecaede #deecae

Analogous Colors of #aedeec

#aedeec #aebfec #aeecdb

Monochromatic Colors of #aedeec

#aedeec

Complementary Color

#aedeec #ecbcae

#aedeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeec Color CSS Codes

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

#aedeec Text Font Color

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

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


#aedeec Background Color

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

This div background color is #aedeec


#aedeec Border Color

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

This div border color is #aedeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeec


Comments

No comments written yet.

Please login to write comment.