Color Hex Logo

#feeadd Color Hex

#FEEADD
(254,234,221)
0 Favorites   0 Comments

Color spaces of #feeadd

RGB 254234221
HSL0.070.940.93
HSV24°13°100°
CMYK 0.000.080.13   0.00
XYZ83.347085.136980.4468
Yxy85.13690.33480.3420
Hunter Lab92.2697-0.233212.8958
CIE-Lab93.94214.69108.7493

#feeadd color RGB value is (254,234,221).

#feeadd hex color red value is 254, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #feeadd hue: 0.07 , saturation: 0.94 and the lightness value of feeadd is 0.93.

The process color (four color CMYK) of #feeadd color hex is 0.00, 0.08, 0.13, 0.00. Web safe color of #feeadd is #ffffcc. Color #feeadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11011101
Octal 376 352 335
Decimal 254 234 221
Hex FE EA DD

RGB Percentages of Color #feeadd

%35.83
%33.00
%31.17

CMYK Percentages of Color #feeadd

%0
%8
%13
%0

Triadic Colors of #feeadd

#feeadd #ddfeea #eaddfe

Analogous Colors of #feeadd

#feeadd #fefbdd #fedde1

Monochromatic Colors of #feeadd

#feeadd

Complementary Color

#feeadd #ddf1fe

#feeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeadd Color CSS Codes

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

#feeadd Text Font Color

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

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


#feeadd Background Color

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

This div background color is #feeadd


#feeadd Border Color

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

This div border color is #feeadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,234,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 #feeadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeadd


Comments

No comments written yet.

Please login to write comment.