Color Hex Logo

#ffeedf Color Hex

#FFEEDF
(255,238,223)
1 Favorites   0 Comments

Color spaces of #ffeedf

RGB 255238223
HSL0.081.000.94
HSV28°13°100°
CMYK 0.000.070.13   0.00
XYZ85.133887.736882.2599
Yxy87.73680.33370.3439
Hunter Lab93.6679-1.682113.4986
CIE-Lab95.05003.31129.3113

#ffeedf color RGB value is (255,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11011111
Octal 377 356 337
Decimal 255 238 223
Hex FF EE DF

RGB Percentages of Color #ffeedf

%35.61
%33.24
%31.15

CMYK Percentages of Color #ffeedf

%0
%7
%13
%0

Triadic Colors of #ffeedf

#ffeedf #dfffee #eedfff

Analogous Colors of #ffeedf

#ffeedf #fffedf #ffdfe0

Monochromatic Colors of #ffeedf

#ffeedf

Complementary Color

#ffeedf #dff0ff

#ffeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeedf Color CSS Codes

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

#ffeedf Text Font Color

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

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


#ffeedf Background Color

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

This div background color is #ffeedf


#ffeedf Border Color

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

This div border color is #ffeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeedf

#ffeedf Color Palettes


Comments

No comments written yet.

Please login to write comment.