Color Hex Logo

#aedffe Color Hex

#AEDFFE
(174,223,254)
0 Favorites   0 Comments

Color spaces of #aedffe

RGB 174223254
HSL0.560.980.84
HSV203°31°100°
CMYK 0.310.120.00   0.00
XYZ61.732668.9298103.8171
Yxy68.92980.26330.2940
Hunter Lab83.0240-12.5680-16.0222
CIE-Lab86.4693-8.6704-20.1777

#aedffe color RGB value is (174,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11111110
Octal 256 337 376
Decimal 174 223 254
Hex AE DF FE

RGB Percentages of Color #aedffe

%26.73
%34.25
%39.02

CMYK Percentages of Color #aedffe

%31
%12
%0
%0

Triadic Colors of #aedffe

#aedffe #feaedf #dffeae

Analogous Colors of #aedffe

#aedffe #aeb7fe #aefef5

Monochromatic Colors of #aedffe

#aedffe

Complementary Color

#aedffe #fecdae

#aedffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedffe Color CSS Codes

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

#aedffe Text Font Color

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

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


#aedffe Background Color

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

This div background color is #aedffe


#aedffe Border Color

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

This div border color is #aedffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedffe


Comments

No comments written yet.

Please login to write comment.