Color Hex Logo

#ffaae3 Color Hex

#FFAAE3
(255,170,227)
0 Favorites   0 Comments

Color spaces of #ffaae3

RGB 255170227
HSL0.891.000.83
HSV320°33°100°
CMYK 0.000.330.11   0.00
XYZ69.479955.555579.7343
Yxy55.55550.33930.2713
Hunter Lab74.535635.9553-11.2505
CIE-Lab79.360239.3771-15.8566

#ffaae3 color RGB value is (255,170,227).

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

The process color (four color CMYK) of #ffaae3 color hex is 0.00, 0.33, 0.11, 0.00. Web safe color of #ffaae3 is #ff99cc. Color #ffaae3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11100011
Octal 377 252 343
Decimal 255 170 227
Hex FF AA E3

RGB Percentages of Color #ffaae3

%39.11
%26.07
%34.82

CMYK Percentages of Color #ffaae3

%0
%33
%11
%0

Triadic Colors of #ffaae3

#ffaae3 #e3ffaa #aae3ff

Analogous Colors of #ffaae3

#ffaae3 #ffaab9 #f1aaff

Monochromatic Colors of #ffaae3

#ffaae3

Complementary Color

#ffaae3 #aaffc6

#ffaae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaae3 Color CSS Codes

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

#ffaae3 Text Font Color

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

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


#ffaae3 Background Color

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

This div background color is #ffaae3


#ffaae3 Border Color

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

This div border color is #ffaae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaae3

Related Colors


Comments

No comments written yet.

Please login to write comment.