Color Hex Logo

#ffaeea Color Hex

#FFAEEA
(255,174,234)
0 Favorites   0 Comments

Color spaces of #ffaeea

RGB 255174234
HSL0.881.000.84
HSV316°32°100°
CMYK 0.000.320.08   0.00
XYZ71.227357.472685.1811
Yxy57.47260.33300.2687
Hunter Lab75.810735.0395-13.5509
CIE-Lab80.444738.4472-18.0015

#ffaeea color RGB value is (255,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11101010
Octal 377 256 352
Decimal 255 174 234
Hex FF AE EA

RGB Percentages of Color #ffaeea

%38.46
%26.24
%35.29

CMYK Percentages of Color #ffaeea

%0
%32
%8
%0

Triadic Colors of #ffaeea

#ffaeea #eaffae #aeeaff

Analogous Colors of #ffaeea

#ffaeea #ffaec2 #ecaeff

Monochromatic Colors of #ffaeea

#ffaeea

Complementary Color

#ffaeea #aeffc3

#ffaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeea Color CSS Codes

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

#ffaeea Text Font Color

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

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


#ffaeea Background Color

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

This div background color is #ffaeea


#ffaeea Border Color

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

This div border color is #ffaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeea


Comments

No comments written yet.

Please login to write comment.