Color Hex Logo

#ffebdd Color Hex

#FFEBDD
(255,235,221)
0 Favorites   0 Comments

Color spaces of #ffebdd

RGB 255235221
HSL0.071.000.93
HSV25°13°100°
CMYK 0.000.080.13   0.00
XYZ83.999585.897180.5592
Yxy85.89710.33540.3430
Hunter Lab92.6807-0.410913.3409
CIE-Lab94.26834.53039.2276

#ffebdd color RGB value is (255,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11011101
Octal 377 353 335
Decimal 255 235 221
Hex FF EB DD

RGB Percentages of Color #ffebdd

%35.86
%33.05
%31.08

CMYK Percentages of Color #ffebdd

%0
%8
%13
%0

Triadic Colors of #ffebdd

#ffebdd #ddffeb #ebddff

Analogous Colors of #ffebdd

#ffebdd #fffcdd #ffdde0

Monochromatic Colors of #ffebdd

#ffebdd

Complementary Color

#ffebdd #ddf1ff

#ffebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebdd Color CSS Codes

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

#ffebdd Text Font Color

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

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


#ffebdd Background Color

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

This div background color is #ffebdd


#ffebdd Border Color

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

This div border color is #ffebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebdd


Comments

No comments written yet.

Please login to write comment.