Color Hex Logo

#aedefc Color Hex

#AEDEFC
(174,222,252)
0 Favorites   0 Comments

Color spaces of #aedefc

RGB 174222252
HSL0.560.930.84
HSV203°31°99°
CMYK 0.310.120.00   0.01
XYZ61.147568.2695102.0500
Yxy68.26950.26420.2949
Hunter Lab82.6254-12.4942-15.3909
CIE-Lab86.1410-8.6279-19.6204

#aedefc color RGB value is (174,222,252).

#aedefc hex color red value is 174, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aedefc hue: 0.56 , saturation: 0.93 and the lightness value of aedefc is 0.84.

The process color (four color CMYK) of #aedefc color hex is 0.31, 0.12, 0.00, 0.01. Web safe color of #aedefc is #99ccff. Color #aedefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11111100
Octal 256 336 374
Decimal 174 222 252
Hex AE DE FC

RGB Percentages of Color #aedefc

%26.85
%34.26
%38.89

CMYK Percentages of Color #aedefc

%31
%12
%0
%1

Triadic Colors of #aedefc

#aedefc #fcaede #defcae

Analogous Colors of #aedefc

#aedefc #aeb7fc #aefcf3

Monochromatic Colors of #aedefc

#aedefc

Complementary Color

#aedefc #fcccae

#aedefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedefc Color CSS Codes

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

#aedefc Text Font Color

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

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


#aedefc Background Color

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

This div background color is #aedefc


#aedefc Border Color

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

This div border color is #aedefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedefc


Comments

No comments written yet.

Please login to write comment.