Color Hex Logo

#e6dabf Color Hex

#E6DABF
(230,218,191)
0 Favorites   0 Comments

Color spaces of #e6dabf

RGB 230218191
HSL0.120.440.83
HSV42°17°90°
CMYK 0.000.050.17   0.10
XYZ67.108570.727459.4050
Yxy70.72740.34020.3586
Hunter Lab84.0996-4.737616.9893
CIE-Lab87.3524-0.255914.7691

#e6dabf color RGB value is (230,218,191).

#e6dabf hex color red value is 230, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6dabf hue: 0.12 , saturation: 0.44 and the lightness value of e6dabf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 10111111
Octal 346 332 277
Decimal 230 218 191
Hex E6 DA BF

RGB Percentages of Color #e6dabf

%35.99
%34.12
%29.89

CMYK Percentages of Color #e6dabf

%0
%5
%17
%10

Triadic Colors of #e6dabf

#e6dabf #bfe6da #dabfe6

Analogous Colors of #e6dabf

#e6dabf #dfe6bf #e6c7bf

Monochromatic Colors of #e6dabf

#e6dabf

Complementary Color

#e6dabf #bfcbe6

#e6dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dabf Color CSS Codes

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

#e6dabf Text Font Color

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

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


#e6dabf Background Color

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

This div background color is #e6dabf


#e6dabf Border Color

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

This div border color is #e6dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dabf


Comments

No comments written yet.

Please login to write comment.