Color Hex Logo

#ffaae4 Color Hex

#FFAAE4
(255,170,228)
0 Favorites   0 Comments

Color spaces of #ffaae4

RGB 255170228
HSL0.891.000.83
HSV319°33°100°
CMYK 0.000.330.11   0.00
XYZ69.618355.610980.4635
Yxy55.61090.33850.2704
Hunter Lab74.572736.1387-11.7726
CIE-Lab79.391939.5394-16.3498

#ffaae4 color RGB value is (255,170,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11100100
Octal 377 252 344
Decimal 255 170 228
Hex FF AA E4

RGB Percentages of Color #ffaae4

%39.05
%26.03
%34.92

CMYK Percentages of Color #ffaae4

%0
%33
%11
%0

Triadic Colors of #ffaae4

#ffaae4 #e4ffaa #aae4ff

Analogous Colors of #ffaae4

#ffaae4 #ffaaba #f0aaff

Monochromatic Colors of #ffaae4

#ffaae4

Complementary Color

#ffaae4 #aaffc5

#ffaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaae4 Color CSS Codes

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

#ffaae4 Text Font Color

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

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


#ffaae4 Background Color

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

This div background color is #ffaae4


#ffaae4 Border Color

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

This div border color is #ffaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaae4

Related Colors


Comments

No comments written yet.

Please login to write comment.