Color Hex Logo

#aedffc Color Hex

#AEDFFC
(174,223,252)
0 Favorites   0 Comments

Color spaces of #aedffc

RGB 174223252
HSL0.560.930.84
HSV202°31°99°
CMYK 0.310.120.00   0.01
XYZ61.413968.8023102.1388
Yxy68.80230.26430.2961
Hunter Lab82.9472-12.9965-14.9450
CIE-Lab86.4061-9.1444-19.2202

#aedffc color RGB value is (174,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11111100
Octal 256 337 374
Decimal 174 223 252
Hex AE DF FC

RGB Percentages of Color #aedffc

%26.81
%34.36
%38.83

CMYK Percentages of Color #aedffc

%31
%12
%0
%1

Triadic Colors of #aedffc

#aedffc #fcaedf #dffcae

Analogous Colors of #aedffc

#aedffc #aeb8fc #aefcf2

Monochromatic Colors of #aedffc

#aedffc

Complementary Color

#aedffc #fccbae

#aedffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedffc Color CSS Codes

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

#aedffc Text Font Color

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

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


#aedffc Background Color

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

This div background color is #aedffc


#aedffc Border Color

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

This div border color is #aedffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedffc

Related Colors


Comments

No comments written yet.

Please login to write comment.