Color Hex Logo

#feaedd Color Hex

#FEAEDD
(254,174,221)
0 Favorites   0 Comments

Color spaces of #feaedd

RGB 254174221
HSL0.900.980.84
HSV325°31°100°
CMYK 0.000.310.13   0.00
XYZ69.060256.563475.6846
Yxy56.56340.34310.2810
Hunter Lab75.208632.2922-7.0192
CIE-Lab79.933435.9975-11.7631

#feaedd color RGB value is (254,174,221).

#feaedd hex color red value is 254, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #feaedd hue: 0.90 , saturation: 0.98 and the lightness value of feaedd is 0.84.

The process color (four color CMYK) of #feaedd color hex is 0.00, 0.31, 0.13, 0.00. Web safe color of #feaedd is #ff99cc. Color #feaedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11011101
Octal 376 256 335
Decimal 254 174 221
Hex FE AE DD

RGB Percentages of Color #feaedd

%39.14
%26.81
%34.05

CMYK Percentages of Color #feaedd

%0
%31
%13
%0

Triadic Colors of #feaedd

#feaedd #ddfeae #aeddfe

Analogous Colors of #feaedd

#feaedd #feaeb5 #f7aefe

Monochromatic Colors of #feaedd

#feaedd

Complementary Color

#feaedd #aefecf

#feaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaedd Color CSS Codes

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

#feaedd Text Font Color

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

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


#feaedd Background Color

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

This div background color is #feaedd


#feaedd Border Color

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

This div border color is #feaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaedd


Comments

No comments written yet.

Please login to write comment.