Color Hex Logo

#ffffdd Color Hex

#FFFFDD
(255,255,221)
13 Favorites   2 Comments

Color spaces of #ffffdd

RGB 255255221
HSL0.171.000.93
HSV60°13°100°
CMYK 0.000.000.13   0.00
XYZ90.051198.000582.5764
Yxy98.00050.33270.3621
Hunter Lab98.9952-10.868919.8402
CIE-Lab99.2216-5.563616.2704

#ffffdd color RGB value is (255,255,221). This hex color code is also a web safe color which is equal to #FFD.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 11011101
Octal 377 377 335
Decimal 255 255 221
Hex FF FF DD

RGB Percentages of Color #ffffdd

%34.88
%34.88
%30.23

CMYK Percentages of Color #ffffdd

%0
%0
%13
%0

Triadic Colors of #ffffdd

#ffffdd #ddffff #ffddff

Analogous Colors of #ffffdd

#ffffdd #eeffdd #ffeedd

Monochromatic Colors of #ffffdd

#ffffdd

Complementary Color

#ffffdd #ddddff

#ffffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffdd Color CSS Codes

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

#ffffdd Text Font Color

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

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


#ffffdd Background Color

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

This div background color is #ffffdd


#ffffdd Border Color

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

This div border color is #ffffdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,255,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 #ffffdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffdd

Related Colors

#ffffdd Color Palettes


Comments

2 Apr 2012, 12:09 (guest)

next time do pink or yellow!

2 Apr 2012, 11:09 (guest)

cool i will like to try that!

Please login to write comment.