Color Hex Logo

#ffaea9 Color Hex

#FFAEA9
(255,174,169)
0 Favorites   0 Comments

Color spaces of #ffaea9

RGB 255174169
HSL0.011.000.83
HSV34°100°
CMYK 0.000.320.34   0.00
XYZ63.537554.396744.6869
Yxy54.39670.39070.3345
Hunter Lab73.754124.704015.7047
CIE-Lab78.692529.029714.6340

#ffaea9 color RGB value is (255,174,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10101001
Octal 377 256 251
Decimal 255 174 169
Hex FF AE A9

RGB Percentages of Color #ffaea9

%42.64
%29.10
%28.26

CMYK Percentages of Color #ffaea9

%0
%32
%34
%0

Triadic Colors of #ffaea9

#ffaea9 #a9ffae #aea9ff

Analogous Colors of #ffaea9

#ffaea9 #ffd9a9 #ffa9cf

Monochromatic Colors of #ffaea9

#ffaea9

Complementary Color

#ffaea9 #a9faff

#ffaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaea9 Color CSS Codes

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

#ffaea9 Text Font Color

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

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


#ffaea9 Background Color

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

This div background color is #ffaea9


#ffaea9 Border Color

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

This div border color is #ffaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaea9

Related Colors

#ffaea9 Color Palettes


Comments

No comments written yet.

Please login to write comment.