Color Hex Logo

#e6b794 Color Hex

#E6B794
(230,183,148)
0 Favorites   0 Comments

Color spaces of #e6b794

RGB 230183148
HSL0.070.620.74
HSV26°36°90°
CMYK 0.000.200.36   0.10
XYZ54.911952.828135.3196
Yxy52.82810.38380.3693
Hunter Lab72.68297.661422.0666
CIE-Lab77.773412.238224.2587

#e6b794 color RGB value is (230,183,148).

#e6b794 hex color red value is 230, green value is 183 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e6b794 hue: 0.07 , saturation: 0.62 and the lightness value of e6b794 is 0.74.

The process color (four color CMYK) of #e6b794 color hex is 0.00, 0.20, 0.36, 0.10. Web safe color of #e6b794 is #ffcc99. Color #e6b794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10110111 10010100
Octal 346 267 224
Decimal 230 183 148
Hex E6 B7 94

RGB Percentages of Color #e6b794

%41.00
%32.62
%26.38

CMYK Percentages of Color #e6b794

%0
%20
%36
%10

Triadic Colors of #e6b794

#e6b794 #94e6b7 #b794e6

Analogous Colors of #e6b794

#e6b794 #e6e094 #e6949a

Monochromatic Colors of #e6b794

#e6b794

Complementary Color

#e6b794 #94c3e6

#e6b794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6b794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6b794 Color CSS Codes

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

#e6b794 Text Font Color

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

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


#e6b794 Background Color

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

This div background color is #e6b794


#e6b794 Border Color

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

This div border color is #e6b794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6b794


Comments

No comments written yet.

Please login to write comment.