Color Hex Logo

#ffe5da Color Hex

#FFE5DA
(255,229,218)
2 Favorites   0 Comments

Color spaces of #ffe5da

RGB 255229218
HSL0.051.000.93
HSV18°15°100°
CMYK 0.000.100.15   0.00
XYZ81.914282.360677.9095
Yxy82.36060.33820.3401
Hunter Lab90.75272.298312.6276
CIE-Lab92.73387.14098.5872

#ffe5da color RGB value is (255,229,218).

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

The process color (four color CMYK) of #ffe5da color hex is 0.00, 0.10, 0.15, 0.00. Web safe color of #ffe5da is #ffcccc. Color #ffe5da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 11011010
Octal 377 345 332
Decimal 255 229 218
Hex FF E5 DA

RGB Percentages of Color #ffe5da

%36.32
%32.62
%31.05

CMYK Percentages of Color #ffe5da

%0
%10
%15
%0

Triadic Colors of #ffe5da

#ffe5da #daffe5 #e5daff

Analogous Colors of #ffe5da

#ffe5da #fff8da #ffdae2

Monochromatic Colors of #ffe5da

#ffe5da

Complementary Color

#ffe5da #daf4ff

#ffe5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe5da Color CSS Codes

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

#ffe5da Text Font Color

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

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


#ffe5da Background Color

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

This div background color is #ffe5da


#ffe5da Border Color

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

This div border color is #ffe5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe5da

#ffe5da Color Palettes


Comments

No comments written yet.

Please login to write comment.