Color Hex Logo

#aedff0 Color Hex

#AEDFF0
(174,223,240)
0 Favorites   0 Comments

Color spaces of #aedff0

RGB 174223240
HSL0.540.690.81
HSV195°28°94°
CMYK 0.280.070.00   0.06
XYZ59.571468.065392.4362
Yxy68.06530.27070.3093
Hunter Lab82.5017-15.4898-8.6783
CIE-Lab86.0391-11.9294-13.4461

#aedff0 color RGB value is (174,223,240).

#aedff0 hex color red value is 174, green value is 223 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #aedff0 hue: 0.54 , saturation: 0.69 and the lightness value of aedff0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11110000
Octal 256 337 360
Decimal 174 223 240
Hex AE DF F0

RGB Percentages of Color #aedff0

%27.32
%35.01
%37.68

CMYK Percentages of Color #aedff0

%28
%7
%0
%6

Triadic Colors of #aedff0

#aedff0 #f0aedf #dff0ae

Analogous Colors of #aedff0

#aedff0 #aebef0 #aef0e0

Monochromatic Colors of #aedff0

#aedff0

Complementary Color

#aedff0 #f0bfae

#aedff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedff0 Color CSS Codes

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

#aedff0 Text Font Color

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

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


#aedff0 Background Color

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

This div background color is #aedff0


#aedff0 Border Color

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

This div border color is #aedff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedff0


Comments

No comments written yet.

Please login to write comment.