Color Hex Logo

#ffaed8 Color Hex

#FFAED8
(255,174,216)
0 Favorites   0 Comments

Color spaces of #ffaed8

RGB 255174216
HSL0.911.000.84
HSV329°32°100°
CMYK 0.000.320.15   0.00
XYZ68.770756.490072.2448
Yxy56.49000.34820.2860
Hunter Lab75.159831.7965-4.3786
CIE-Lab79.891935.5475-9.1089

#ffaed8 color RGB value is (255,174,216).

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

The process color (four color CMYK) of #ffaed8 color hex is 0.00, 0.32, 0.15, 0.00. Web safe color of #ffaed8 is #ff99cc. Color #ffaed8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11011000
Octal 377 256 330
Decimal 255 174 216
Hex FF AE D8

RGB Percentages of Color #ffaed8

%39.53
%26.98
%33.49

CMYK Percentages of Color #ffaed8

%0
%32
%15
%0

Triadic Colors of #ffaed8

#ffaed8 #d8ffae #aed8ff

Analogous Colors of #ffaed8

#ffaed8 #ffaeb0 #feaeff

Monochromatic Colors of #ffaed8

#ffaed8

Complementary Color

#ffaed8 #aeffd5

#ffaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaed8 Color CSS Codes

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

#ffaed8 Text Font Color

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

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


#ffaed8 Background Color

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

This div background color is #ffaed8


#ffaed8 Border Color

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

This div border color is #ffaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaed8

Related Colors

#ffaed8 Color Palettes


Comments

No comments written yet.

Please login to write comment.