Color Hex Logo

#e6d1bf Color Hex

#E6D1BF
(230,209,191)
0 Favorites   0 Comments

Color spaces of #e6d1bf

RGB 230209191
HSL0.080.440.83
HSV28°17°90°
CMYK 0.000.090.17   0.10
XYZ64.837666.185558.6480
Yxy66.18550.34180.3489
Hunter Lab81.3545-0.110014.2063
CIE-Lab85.09094.411911.5672

#e6d1bf color RGB value is (230,209,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010001 10111111
Octal 346 321 277
Decimal 230 209 191
Hex E6 D1 BF

RGB Percentages of Color #e6d1bf

%36.51
%33.17
%30.32

CMYK Percentages of Color #e6d1bf

%0
%9
%17
%10

Triadic Colors of #e6d1bf

#e6d1bf #bfe6d1 #d1bfe6

Analogous Colors of #e6d1bf

#e6d1bf #e6e5bf #e6bfc1

Monochromatic Colors of #e6d1bf

#e6d1bf

Complementary Color

#e6d1bf #bfd4e6

#e6d1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d1bf Color CSS Codes

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

#e6d1bf Text Font Color

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

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


#e6d1bf Background Color

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

This div background color is #e6d1bf


#e6d1bf Border Color

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

This div border color is #e6d1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d1bf


Comments

No comments written yet.

Please login to write comment.