Color Hex Logo

#ffedda Color Hex

#FFEDDA
(255,237,218)
2 Favorites   0 Comments

Color spaces of #ffedda

RGB 255237218
HSL0.091.000.93
HSV31°15°100°
CMYK 0.000.070.15   0.00
XYZ84.179186.890378.6645
Yxy86.89030.33710.3479
Hunter Lab93.2150-1.929215.2154
CIE-Lab94.69173.047211.3870

#ffedda color RGB value is (255,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011010
Octal 377 355 332
Decimal 255 237 218
Hex FF ED DA

RGB Percentages of Color #ffedda

%35.92
%33.38
%30.70

CMYK Percentages of Color #ffedda

%0
%7
%15
%0

Triadic Colors of #ffedda

#ffedda #daffed #eddaff

Analogous Colors of #ffedda

#ffedda #ffffda #ffdbda

Monochromatic Colors of #ffedda

#ffedda

Complementary Color

#ffedda #daecff

#ffedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedda Color CSS Codes

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

#ffedda Text Font Color

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

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


#ffedda Background Color

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

This div background color is #ffedda


#ffedda Border Color

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

This div border color is #ffedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedda

#ffedda Color Palettes


Comments

No comments written yet.

Please login to write comment.