Color Hex Logo

#ffaee9 Color Hex

#FFAEE9
(255,174,233)
0 Favorites   0 Comments

Color spaces of #ffaee9

RGB 255174233
HSL0.881.000.84
HSV316°32°100°
CMYK 0.000.320.09   0.00
XYZ71.084057.415384.4265
Yxy57.41530.33380.2696
Hunter Lab75.772934.8517-13.0202
CIE-Lab80.412638.2806-17.5110

#ffaee9 color RGB value is (255,174,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11101001
Octal 377 256 351
Decimal 255 174 233
Hex FF AE E9

RGB Percentages of Color #ffaee9

%38.52
%26.28
%35.20

CMYK Percentages of Color #ffaee9

%0
%32
%9
%0

Triadic Colors of #ffaee9

#ffaee9 #e9ffae #aee9ff

Analogous Colors of #ffaee9

#ffaee9 #ffaec1 #edaeff

Monochromatic Colors of #ffaee9

#ffaee9

Complementary Color

#ffaee9 #aeffc4

#ffaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaee9 Color CSS Codes

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

#ffaee9 Text Font Color

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

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


#ffaee9 Background Color

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

This div background color is #ffaee9


#ffaee9 Border Color

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

This div border color is #ffaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaee9


Comments

No comments written yet.

Please login to write comment.