Color Hex Logo

#ffaeff Color Hex

#FFAEFF
(255,174,255)
1 Favorites   0 Comments

Color spaces of #ffaeff

RGB 255174255
HSL0.831.000.84
HSV300°32°100°
CMYK 0.000.320.00   0.00
XYZ74.426158.7521102.0254
Yxy58.75210.31640.2498
Hunter Lab76.649939.1839-25.2634
CIE-Lab81.155142.0842-28.2010

#ffaeff color RGB value is (255,174,255).

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

The process color (four color CMYK) of #ffaeff color hex is 0.00, 0.32, 0.00, 0.00. Web safe color of #ffaeff is #ff99ff. Color #ffaeff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11111111
Octal 377 256 377
Decimal 255 174 255
Hex FF AE FF

RGB Percentages of Color #ffaeff

%37.28
%25.44
%37.28

CMYK Percentages of Color #ffaeff

%0
%32
%0
%0

Triadic Colors of #ffaeff

#ffaeff #ffffae #aeffff

Analogous Colors of #ffaeff

#ffaeff #ffaed7 #d7aeff

Monochromatic Colors of #ffaeff

#ffaeff

Complementary Color

#ffaeff #aeffae

#ffaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeff Color CSS Codes

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

#ffaeff Text Font Color

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

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


#ffaeff Background Color

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

This div background color is #ffaeff


#ffaeff Border Color

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

This div border color is #ffaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeff

#ffaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.