Color Hex Logo

#aedff7 Color Hex

#AEDFF7
(174,223,247)
1 Favorites   0 Comments

Color spaces of #aedff7

RGB 174223247
HSL0.550.820.83
HSV200°30°97°
CMYK 0.300.100.00   0.03
XYZ60.631768.489498.0198
Yxy68.48940.26690.3015
Hunter Lab82.7583-14.0516-12.2929
CIE-Lab86.2506-10.3172-16.8203

#aedff7 color RGB value is (174,223,247).

#aedff7 hex color red value is 174, green value is 223 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #aedff7 hue: 0.55 , saturation: 0.82 and the lightness value of aedff7 is 0.83.

The process color (four color CMYK) of #aedff7 color hex is 0.30, 0.10, 0.00, 0.03. Web safe color of #aedff7 is #99ccff. Color #aedff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11110111
Octal 256 337 367
Decimal 174 223 247
Hex AE DF F7

RGB Percentages of Color #aedff7

%27.02
%34.63
%38.35

CMYK Percentages of Color #aedff7

%30
%10
%0
%3

Triadic Colors of #aedff7

#aedff7 #f7aedf #dff7ae

Analogous Colors of #aedff7

#aedff7 #aebbf7 #aef7eb

Monochromatic Colors of #aedff7

#aedff7

Complementary Color

#aedff7 #f7c6ae

#aedff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedff7 Color CSS Codes

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

#aedff7 Text Font Color

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

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


#aedff7 Background Color

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

This div background color is #aedff7


#aedff7 Border Color

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

This div border color is #aedff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedff7

#aedff7 Color Palettes


Comments

No comments written yet.

Please login to write comment.