Color Hex Logo

#fdfade Color Hex

#FDFADE
(253,250,222)
0 Favorites   0 Comments

Color spaces of #fdfade

RGB 253250222
HSL0.150.890.93
HSV54°12°99°
CMYK 0.000.010.12   0.01
XYZ87.878494.527882.7212
Yxy94.52780.33150.3565
Hunter Lab97.2254-8.805017.6127
CIE-Lab97.8443-3.608313.7891

#fdfade color RGB value is (253,250,222).

#fdfade hex color red value is 253, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fdfade hue: 0.15 , saturation: 0.89 and the lightness value of fdfade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11011110
Octal 375 372 336
Decimal 253 250 222
Hex FD FA DE

RGB Percentages of Color #fdfade

%34.90
%34.48
%30.62

CMYK Percentages of Color #fdfade

%0
%1
%12
%1

Triadic Colors of #fdfade

#fdfade #defdfa #fadefd

Analogous Colors of #fdfade

#fdfade #f1fdde #fdebde

Monochromatic Colors of #fdfade

#fdfade

Complementary Color

#fdfade #dee1fd

#fdfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfade Color CSS Codes

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

#fdfade Text Font Color

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

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


#fdfade Background Color

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

This div background color is #fdfade


#fdfade Border Color

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

This div border color is #fdfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfade


Comments

No comments written yet.

Please login to write comment.