Color Hex Logo

#e7cbaa Color Hex

#E7CBAA
(231,203,170)
0 Favorites   0 Comments

Color spaces of #e7cbaa

RGB 231203170
HSL0.090.560.79
HSV32°26°91°
CMYK 0.000.120.26   0.09
XYZ61.566662.603146.8689
Yxy62.60310.36000.3660
Hunter Lab79.12210.430920.2644
CIE-Lab83.23314.890120.0819

#e7cbaa color RGB value is (231,203,170).

#e7cbaa hex color red value is 231, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e7cbaa hue: 0.09 , saturation: 0.56 and the lightness value of e7cbaa is 0.79.

The process color (four color CMYK) of #e7cbaa color hex is 0.00, 0.12, 0.26, 0.09. Web safe color of #e7cbaa is #ffcc99. Color #e7cbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 10101010
Octal 347 313 252
Decimal 231 203 170
Hex E7 CB AA

RGB Percentages of Color #e7cbaa

%38.25
%33.61
%28.15

CMYK Percentages of Color #e7cbaa

%0
%12
%26
%9

Triadic Colors of #e7cbaa

#e7cbaa #aae7cb #cbaae7

Analogous Colors of #e7cbaa

#e7cbaa #e5e7aa #e7adaa

Monochromatic Colors of #e7cbaa

#e7cbaa

Complementary Color

#e7cbaa #aac6e7

#e7cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cbaa Color CSS Codes

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

#e7cbaa Text Font Color

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

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


#e7cbaa Background Color

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

This div background color is #e7cbaa


#e7cbaa Border Color

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

This div border color is #e7cbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,203,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7cbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7cbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e7cbaa;
  box-shadow:         1px 1px 3px 2px #e7cbaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,203,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cbaa


Comments

No comments written yet.

Please login to write comment.