Color Hex Logo

#ffe6da Color Hex

#FFE6DA
(255,230,218)
0 Favorites   0 Comments

Color spaces of #ffe6da

RGB 255230218
HSL0.051.000.93
HSV19°15°100°
CMYK 0.000.100.15   0.00
XYZ82.191782.915678.0020
Yxy82.91560.33810.3411
Hunter Lab91.05801.768012.9517
CIE-Lab92.97756.62728.9366

#ffe6da color RGB value is (255,230,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 11011010
Octal 377 346 332
Decimal 255 230 218
Hex FF E6 DA

RGB Percentages of Color #ffe6da

%36.27
%32.72
%31.01

CMYK Percentages of Color #ffe6da

%0
%10
%15
%0

Triadic Colors of #ffe6da

#ffe6da #daffe6 #e6daff

Analogous Colors of #ffe6da

#ffe6da #fff9da #ffdae1

Monochromatic Colors of #ffe6da

#ffe6da

Complementary Color

#ffe6da #daf3ff

#ffe6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe6da Color CSS Codes

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

#ffe6da Text Font Color

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

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


#ffe6da Background Color

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

This div background color is #ffe6da


#ffe6da Border Color

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

This div border color is #ffe6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe6da

#ffe6da Color Palettes


Comments

No comments written yet.

Please login to write comment.