Color Hex Logo

#aee3f7 Color Hex

#AEE3F7
(174,227,247)
0 Favorites   0 Comments

Color spaces of #aee3f7

RGB 174227247
HSL0.550.820.83
HSV196°30°97°
CMYK 0.300.080.00   0.03
XYZ61.713170.652298.3803
Yxy70.65220.26750.3062
Hunter Lab84.0549-16.0413-10.5564
CIE-Lab87.3158-12.3647-15.2202

#aee3f7 color RGB value is (174,227,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100011 11110111
Octal 256 343 367
Decimal 174 227 247
Hex AE E3 F7

RGB Percentages of Color #aee3f7

%26.85
%35.03
%38.12

CMYK Percentages of Color #aee3f7

%30
%8
%0
%3

Triadic Colors of #aee3f7

#aee3f7 #f7aee3 #e3f7ae

Analogous Colors of #aee3f7

#aee3f7 #aebff7 #aef7e7

Monochromatic Colors of #aee3f7

#aee3f7

Complementary Color

#aee3f7 #f7c2ae

#aee3f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee3f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee3f7 Color CSS Codes

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

#aee3f7 Text Font Color

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

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


#aee3f7 Background Color

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

This div background color is #aee3f7


#aee3f7 Border Color

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

This div border color is #aee3f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee3f7


Comments

No comments written yet.

Please login to write comment.