Color Hex Logo

#feefdd Color Hex

#FEEFDD
(254,239,221)
0 Favorites   0 Comments

Color spaces of #feefdd

RGB 254239221
HSL0.090.940.93
HSV33°13°100°
CMYK 0.000.060.13   0.00
XYZ84.790788.024380.9281
Yxy88.02430.33420.3469
Hunter Lab93.8213-2.868414.5327
CIE-Lab95.17122.140610.5085

#feefdd color RGB value is (254,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11011101
Octal 376 357 335
Decimal 254 239 221
Hex FE EF DD

RGB Percentages of Color #feefdd

%35.57
%33.47
%30.95

CMYK Percentages of Color #feefdd

%0
%6
%13
%0

Triadic Colors of #feefdd

#feefdd #ddfeef #efddfe

Analogous Colors of #feefdd

#feefdd #fdfedd #fedfdd

Monochromatic Colors of #feefdd

#feefdd

Complementary Color

#feefdd #ddecfe

#feefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefdd Color CSS Codes

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

#feefdd Text Font Color

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

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


#feefdd Background Color

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

This div background color is #feefdd


#feefdd Border Color

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

This div border color is #feefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefdd

Related Colors


Comments

No comments written yet.

Please login to write comment.