Color Hex Logo

#fdf8cc Color Hex

#FDF8CC
(253,248,204)
0 Favorites   0 Comments

Color spaces of #fdf8cc

RGB 253248204
HSL0.150.920.90
HSV54°19°99°
CMYK 0.000.020.19   0.01
XYZ84.974592.377170.4787
Yxy92.37710.34290.3727
Hunter Lab96.1130-10.384123.8023
CIE-Lab96.9742-5.283721.7766

#fdf8cc color RGB value is (253,248,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 11001100
Octal 375 370 314
Decimal 253 248 204
Hex FD F8 CC

RGB Percentages of Color #fdf8cc

%35.89
%35.18
%28.94

CMYK Percentages of Color #fdf8cc

%0
%2
%19
%1

Triadic Colors of #fdf8cc

#fdf8cc #ccfdf8 #f8ccfd

Analogous Colors of #fdf8cc

#fdf8cc #eafdcc #fde0cc

Monochromatic Colors of #fdf8cc

#fdf8cc

Complementary Color

#fdf8cc #ccd1fd

#fdf8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf8cc Color CSS Codes

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

#fdf8cc Text Font Color

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

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


#fdf8cc Background Color

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

This div background color is #fdf8cc


#fdf8cc Border Color

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

This div border color is #fdf8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf8cc


Comments

No comments written yet.

Please login to write comment.