Color Hex Logo

#aefffe Color Hex

#AEFFFE
(174,255,254)
0 Favorites   0 Comments

Color spaces of #aefffe

RGB 174255254
HSL0.501.000.84
HSV179°32°100°
CMYK 0.320.000.00   0.00
XYZ71.105087.6744106.9412
Yxy87.67440.26760.3299
Hunter Lab93.6346-28.3098-2.1716
CIE-Lab95.0237-24.6534-7.3838

#aefffe color RGB value is (174,255,254).

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

The process color (four color CMYK) of #aefffe color hex is 0.32, 0.00, 0.00, 0.00. Web safe color of #aefffe is #99ffff. Color #aefffe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11111110
Octal 256 377 376
Decimal 174 255 254
Hex AE FF FE

RGB Percentages of Color #aefffe

%25.48
%37.34
%37.19

CMYK Percentages of Color #aefffe

%32
%0
%0
%0

Triadic Colors of #aefffe

#aefffe #feaeff #fffeae

Analogous Colors of #aefffe

#aefffe #aed8ff #aeffd6

Monochromatic Colors of #aefffe

#aefffe

Complementary Color

#aefffe #ffaeaf

#aefffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefffe Color CSS Codes

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

#aefffe Text Font Color

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

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


#aefffe Background Color

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

This div background color is #aefffe


#aefffe Border Color

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

This div border color is #aefffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefffe

Related Colors


Comments

No comments written yet.

Please login to write comment.