Color Hex Logo

#feefda Color Hex

#FEEFDA
(254,239,218)
0 Favorites   0 Comments

Color spaces of #feefda

RGB 254239218
HSL0.100.950.93
HSV35°14°100°
CMYK 0.000.060.14   0.00
XYZ84.394487.865878.8414
Yxy87.86580.33610.3499
Hunter Lab93.7368-3.329715.7473
CIE-Lab95.10441.677311.9641

#feefda color RGB value is (254,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11011010
Octal 376 357 332
Decimal 254 239 218
Hex FE EF DA

RGB Percentages of Color #feefda

%35.72
%33.61
%30.66

CMYK Percentages of Color #feefda

%0
%6
%14
%0

Triadic Colors of #feefda

#feefda #dafeef #efdafe

Analogous Colors of #feefda

#feefda #fbfeda #feddda

Monochromatic Colors of #feefda

#feefda

Complementary Color

#feefda #dae9fe

#feefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefda Color CSS Codes

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

#feefda Text Font Color

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

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


#feefda Background Color

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

This div background color is #feefda


#feefda Border Color

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

This div border color is #feefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefda

#feefda Color Palettes


Comments

No comments written yet.

Please login to write comment.