Color Hex Logo

#fff4dc Color Hex

#FFF4DC
(255,244,220)
0 Favorites   0 Comments

Color spaces of #fff4dc

RGB 255244220
HSL0.111.000.93
HSV41°14°100°
CMYK 0.000.040.14   0.00
XYZ86.509091.128780.7402
Yxy91.12870.33480.3527
Hunter Lab95.4614-5.297116.6761
CIE-Lab96.4630-0.198012.8762

#fff4dc color RGB value is (255,244,220).

#fff4dc hex color red value is 255, green value is 244 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fff4dc hue: 0.11 , saturation: 1.00 and the lightness value of fff4dc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110100 11011100
Octal 377 364 334
Decimal 255 244 220
Hex FF F4 DC

RGB Percentages of Color #fff4dc

%35.47
%33.94
%30.60

CMYK Percentages of Color #fff4dc

%0
%4
%14
%0

Triadic Colors of #fff4dc

#fff4dc #dcfff4 #f4dcff

Analogous Colors of #fff4dc

#fff4dc #f9ffdc #ffe3dc

Monochromatic Colors of #fff4dc

#fff4dc

Complementary Color

#fff4dc #dce7ff

#fff4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff4dc Color CSS Codes

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

#fff4dc Text Font Color

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

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


#fff4dc Background Color

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

This div background color is #fff4dc


#fff4dc Border Color

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

This div border color is #fff4dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,244,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff4dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff4dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fff4dc;
  box-shadow:         1px 1px 3px 2px #fff4dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,244,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff4dc

Related Colors

#fff4dc Color Palettes


Comments

No comments written yet.

Please login to write comment.