Color Hex Logo

#feedda Color Hex

#FEEDDA
(254,237,218)
0 Favorites   0 Comments

Color spaces of #feedda

RGB 254237218
HSL0.090.950.93
HSV32°14°100°
CMYK 0.000.070.14   0.00
XYZ83.812186.701278.6473
Yxy86.70120.33640.3480
Hunter Lab93.1135-2.279515.1008
CIE-Lab94.61132.694711.2615

#feedda color RGB value is (254,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11011010
Octal 376 355 332
Decimal 254 237 218
Hex FE ED DA

RGB Percentages of Color #feedda

%35.83
%33.43
%30.75

CMYK Percentages of Color #feedda

%0
%7
%14
%0

Triadic Colors of #feedda

#feedda #dafeed #eddafe

Analogous Colors of #feedda

#feedda #fdfeda #fedbda

Monochromatic Colors of #feedda

#feedda

Complementary Color

#feedda #daebfe

#feedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedda Color CSS Codes

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

#feedda Text Font Color

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

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


#feedda Background Color

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

This div background color is #feedda


#feedda Border Color

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

This div border color is #feedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedda

Related Colors


Comments

No comments written yet.

Please login to write comment.