Color Hex Logo

#ffdee9 Color Hex

#FFDEE9
(255,222,233)
0 Favorites   0 Comments

Color spaces of #ffdee9

RGB 255222233
HSL0.941.000.94
HSV340°13°100°
CMYK 0.000.130.09   0.00
XYZ82.069379.385788.0883
Yxy79.38570.32890.3181
Hunter Lab89.09878.49483.7514
CIE-Lab91.408513.1533-1.1715

#ffdee9 color RGB value is (255,222,233).

#ffdee9 hex color red value is 255, green value is 222 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ffdee9 hue: 0.94 , saturation: 1.00 and the lightness value of ffdee9 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11101001
Octal 377 336 351
Decimal 255 222 233
Hex FF DE E9

RGB Percentages of Color #ffdee9

%35.92
%31.27
%32.82

CMYK Percentages of Color #ffdee9

%0
%13
%9
%0

Triadic Colors of #ffdee9

#ffdee9 #e9ffde #dee9ff

Analogous Colors of #ffdee9

#ffdee9 #ffe4de #ffdefa

Monochromatic Colors of #ffdee9

#ffdee9

Complementary Color

#ffdee9 #defff4

#ffdee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdee9 Color CSS Codes

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

#ffdee9 Text Font Color

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

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


#ffdee9 Background Color

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

This div background color is #ffdee9


#ffdee9 Border Color

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

This div border color is #ffdee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdee9


Comments

No comments written yet.

Please login to write comment.