Color Hex Logo

#ffedd8 Color Hex

#FFEDD8
(255,237,216)
0 Favorites   0 Comments

Color spaces of #ffedd8

RGB 255237216
HSL0.091.000.92
HSV32°15°100°
CMYK 0.000.070.15   0.00
XYZ83.918986.786277.2942
Yxy86.78620.33840.3499
Hunter Lab93.1591-2.233416.0184
CIE-Lab94.64752.742612.3589

#ffedd8 color RGB value is (255,237,216).

#ffedd8 hex color red value is 255, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ffedd8 hue: 0.09 , saturation: 1.00 and the lightness value of ffedd8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011000
Octal 377 355 330
Decimal 255 237 216
Hex FF ED D8

RGB Percentages of Color #ffedd8

%36.02
%33.47
%30.51

CMYK Percentages of Color #ffedd8

%0
%7
%15
%0

Triadic Colors of #ffedd8

#ffedd8 #d8ffed #edd8ff

Analogous Colors of #ffedd8

#ffedd8 #feffd8 #ffdad8

Monochromatic Colors of #ffedd8

#ffedd8

Complementary Color

#ffedd8 #d8eaff

#ffedd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedd8 Color CSS Codes

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

#ffedd8 Text Font Color

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

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


#ffedd8 Background Color

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

This div background color is #ffedd8


#ffedd8 Border Color

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

This div border color is #ffedd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedd8

Related Colors

#ffedd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.