Color Hex Logo

#aeeffe Color Hex

#AEEFFE
(174,239,254)
0 Favorites   0 Comments

Color spaces of #aeeffe

RGB 174239254
HSL0.530.980.84
HSV191°31°100°
CMYK 0.310.060.00   0.00
XYZ66.211577.8874105.3100
Yxy77.88740.26550.3123
Hunter Lab88.2538-20.5265-8.9708
CIE-Lab90.7285-16.8006-13.7733

#aeeffe color RGB value is (174,239,254).

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

The process color (four color CMYK) of #aeeffe color hex is 0.31, 0.06, 0.00, 0.00. Web safe color of #aeeffe is #99ffff. Color #aeeffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11111110
Octal 256 357 376
Decimal 174 239 254
Hex AE EF FE

RGB Percentages of Color #aeeffe

%26.09
%35.83
%38.08

CMYK Percentages of Color #aeeffe

%31
%6
%0
%0

Triadic Colors of #aeeffe

#aeeffe #feaeef #effeae

Analogous Colors of #aeeffe

#aeeffe #aec7fe #aefee5

Monochromatic Colors of #aeeffe

#aeeffe

Complementary Color

#aeeffe #febdae

#aeeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeffe Color CSS Codes

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

#aeeffe Text Font Color

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

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


#aeeffe Background Color

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

This div background color is #aeeffe


#aeeffe Border Color

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

This div border color is #aeeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeffe


Comments

No comments written yet.

Please login to write comment.