Color Hex Logo

#fdefc9 Color Hex

#FDEFC9
(253,239,201)
0 Favorites   0 Comments

Color spaces of #fdefc9

RGB 253239201
HSL0.120.930.89
HSV44°21°99°
CMYK 0.000.060.21   0.01
XYZ81.917186.832767.7012
Yxy86.83270.34640.3672
Hunter Lab93.1841-6.154722.1528
CIE-Lab94.6672-1.187420.1022

#fdefc9 color RGB value is (253,239,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11001001
Octal 375 357 311
Decimal 253 239 201
Hex FD EF C9

RGB Percentages of Color #fdefc9

%36.51
%34.49
%29.00

CMYK Percentages of Color #fdefc9

%0
%6
%21
%1

Triadic Colors of #fdefc9

#fdefc9 #c9fdef #efc9fd

Analogous Colors of #fdefc9

#fdefc9 #f1fdc9 #fdd5c9

Monochromatic Colors of #fdefc9

#fdefc9

Complementary Color

#fdefc9 #c9d7fd

#fdefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefc9 Color CSS Codes

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

#fdefc9 Text Font Color

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

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


#fdefc9 Background Color

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

This div background color is #fdefc9


#fdefc9 Border Color

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

This div border color is #fdefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefc9

#fdefc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.