Color Hex Logo

#fff7dd Color Hex

#FFF7DD
(255,247,221)
3 Favorites   0 Comments

Color spaces of #fff7dd

RGB 255247221
HSL0.131.000.93
HSV46°13°100°
CMYK 0.000.030.13   0.00
XYZ87.551993.002081.7433
Yxy93.00200.33380.3546
Hunter Lab96.4375-6.712517.2503
CIE-Lab97.2284-1.557713.4492

#fff7dd color RGB value is (255,247,221).

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

The process color (four color CMYK) of #fff7dd color hex is 0.00, 0.03, 0.13, 0.00. Web safe color of #fff7dd is #ffffcc. Color #fff7dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110111 11011101
Octal 377 367 335
Decimal 255 247 221
Hex FF F7 DD

RGB Percentages of Color #fff7dd

%35.27
%34.16
%30.57

CMYK Percentages of Color #fff7dd

%0
%3
%13
%0

Triadic Colors of #fff7dd

#fff7dd #ddfff7 #f7ddff

Analogous Colors of #fff7dd

#fff7dd #f6ffdd #ffe6dd

Monochromatic Colors of #fff7dd

#fff7dd

Complementary Color

#fff7dd #dde5ff

#fff7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff7dd Color CSS Codes

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

#fff7dd Text Font Color

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

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


#fff7dd Background Color

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

This div background color is #fff7dd


#fff7dd Border Color

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

This div border color is #fff7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff7dd


Comments

No comments written yet.

Please login to write comment.