Color Hex Logo

#e6dfbe Color Hex

#E6DFBE
(230,223,190)
0 Favorites   0 Comments

Color spaces of #e6dfbe

RGB 230223190
HSL0.140.440.82
HSV50°17°90°
CMYK 0.000.030.17   0.10
XYZ68.315173.316159.2660
Yxy73.31610.34010.3649
Hunter Lab85.6248-7.428618.8993
CIE-Lab88.5983-2.973417.0447

#e6dfbe color RGB value is (230,223,190).

#e6dfbe hex color red value is 230, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e6dfbe hue: 0.14 , saturation: 0.44 and the lightness value of e6dfbe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011111 10111110
Octal 346 337 276
Decimal 230 223 190
Hex E6 DF BE

RGB Percentages of Color #e6dfbe

%35.77
%34.68
%29.55

CMYK Percentages of Color #e6dfbe

%0
%3
%17
%10

Triadic Colors of #e6dfbe

#e6dfbe #bee6df #dfbee6

Analogous Colors of #e6dfbe

#e6dfbe #d9e6be #e6cbbe

Monochromatic Colors of #e6dfbe

#e6dfbe

Complementary Color

#e6dfbe #bec5e6

#e6dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dfbe Color CSS Codes

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

#e6dfbe Text Font Color

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

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


#e6dfbe Background Color

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

This div background color is #e6dfbe


#e6dfbe Border Color

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

This div border color is #e6dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dfbe


Comments

No comments written yet.

Please login to write comment.