Color Hex Logo

#ffeedd Color Hex

#FFEEDD
(255,238,221)
6 Favorites   0 Comments

Color spaces of #ffeedd

RGB 255238221
HSL0.081.000.93
HSV30°13°100°
CMYK 0.000.070.13   0.00
XYZ84.865787.629580.8479
Yxy87.62950.33500.3459
Hunter Lab93.6106-1.993714.3209
CIE-Lab95.00473.000010.2814

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11011101
Octal 377 356 335
Decimal 255 238 221
Hex FF EE DD

RGB Percentages of Color #ffeedd

%35.71
%33.33
%30.95

CMYK Percentages of Color #ffeedd

%0
%7
%13
%0

Triadic Colors of #ffeedd

#ffeedd #ddffee #eeddff

Analogous Colors of #ffeedd

#ffeedd #ffffdd #ffdddd

Monochromatic Colors of #ffeedd

#ffeedd

Complementary Color

#ffeedd #ddeeff

#ffeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeedd Color CSS Codes

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

#ffeedd Text Font Color

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

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


#ffeedd Background Color

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

This div background color is #ffeedd


#ffeedd Border Color

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

This div border color is #ffeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeedd


Comments

No comments written yet.

Please login to write comment.