Color Hex Logo

#fdedae Color Hex

#FDEDAE
(253,237,174)
0 Favorites   0 Comments

Color spaces of #fdedae

RGB 253237174
HSL0.130.950.84
HSV48°31°99°
CMYK 0.000.060.31   0.01
XYZ78.432284.507052.2221
Yxy84.50700.36450.3928
Hunter Lab91.9277-8.578230.6680
CIE-Lab93.6703-3.735632.5337

#fdedae color RGB value is (253,237,174).

#fdedae hex color red value is 253, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdedae hue: 0.13 , saturation: 0.95 and the lightness value of fdedae is 0.84.

The process color (four color CMYK) of #fdedae color hex is 0.00, 0.06, 0.31, 0.01. Web safe color of #fdedae is #ffff99. Color #fdedae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10101110
Octal 375 355 256
Decimal 253 237 174
Hex FD ED AE

RGB Percentages of Color #fdedae

%38.10
%35.69
%26.20

CMYK Percentages of Color #fdedae

%0
%6
%31
%1

Triadic Colors of #fdedae

#fdedae #aefded #edaefd

Analogous Colors of #fdedae

#fdedae #e6fdae #fdc6ae

Monochromatic Colors of #fdedae

#fdedae

Complementary Color

#fdedae #aebefd

#fdedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedae Color CSS Codes

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

#fdedae Text Font Color

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

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


#fdedae Background Color

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

This div background color is #fdedae


#fdedae Border Color

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

This div border color is #fdedae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,237,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedae


Comments

No comments written yet.

Please login to write comment.