Color Hex Logo

#ffaaeb Color Hex

#FFAAEB
(255,170,235)
0 Favorites   0 Comments

Color spaces of #ffaaeb

RGB 255170235
HSL0.871.000.83
HSV314°33°100°
CMYK 0.000.330.08   0.00
XYZ70.610156.007685.6863
Yxy56.00760.33260.2638
Hunter Lab74.838237.4484-15.4975
CIE-Lab79.618140.6942-19.7902

#ffaaeb color RGB value is (255,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11101011
Octal 377 252 353
Decimal 255 170 235
Hex FF AA EB

RGB Percentages of Color #ffaaeb

%38.64
%25.76
%35.61

CMYK Percentages of Color #ffaaeb

%0
%33
%8
%0

Triadic Colors of #ffaaeb

#ffaaeb #ebffaa #aaebff

Analogous Colors of #ffaaeb

#ffaaeb #ffaac1 #e9aaff

Monochromatic Colors of #ffaaeb

#ffaaeb

Complementary Color

#ffaaeb #aaffbe

#ffaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaaeb Color CSS Codes

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

#ffaaeb Text Font Color

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

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


#ffaaeb Background Color

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

This div background color is #ffaaeb


#ffaaeb Border Color

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

This div border color is #ffaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaaeb

Related Colors

#ffaaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.