Color Hex Logo

#fdedda Color Hex

#FDEDDA
(253,237,218)
0 Favorites   0 Comments

Color spaces of #fdedda

RGB 253237218
HSL0.090.900.92
HSV33°14°99°
CMYK 0.000.060.14   0.01
XYZ83.447186.513078.6302
Yxy86.51300.33570.3480
Hunter Lab93.0124-2.628314.9865
CIE-Lab94.53132.342911.1364

#fdedda color RGB value is (253,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11011010
Octal 375 355 332
Decimal 253 237 218
Hex FD ED DA

RGB Percentages of Color #fdedda

%35.73
%33.47
%30.79

CMYK Percentages of Color #fdedda

%0
%6
%14
%1

Triadic Colors of #fdedda

#fdedda #dafded #eddafd

Analogous Colors of #fdedda

#fdedda #fcfdda #fddcda

Monochromatic Colors of #fdedda

#fdedda

Complementary Color

#fdedda #daeafd

#fdedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedda Color CSS Codes

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

#fdedda Text Font Color

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

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


#fdedda Background Color

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

This div background color is #fdedda


#fdedda Border Color

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

This div border color is #fdedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedda


Comments

No comments written yet.

Please login to write comment.