Color Hex Logo

#e7cbbf Color Hex

#E7CBBF
(231,203,191)
0 Favorites   0 Comments

Color spaces of #e7cbbf

RGB 231203191
HSL0.050.450.83
HSV18°17°91°
CMYK 0.000.120.17   0.09
XYZ63.714963.462458.1815
Yxy63.46240.34370.3424
Hunter Lab79.66333.354012.4623
CIE-Lab83.68517.91649.5759

#e7cbbf color RGB value is (231,203,191).

#e7cbbf hex color red value is 231, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e7cbbf hue: 0.05 , saturation: 0.45 and the lightness value of e7cbbf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 10111111
Octal 347 313 277
Decimal 231 203 191
Hex E7 CB BF

RGB Percentages of Color #e7cbbf

%36.96
%32.48
%30.56

CMYK Percentages of Color #e7cbbf

%0
%12
%17
%9

Triadic Colors of #e7cbbf

#e7cbbf #bfe7cb #cbbfe7

Analogous Colors of #e7cbbf

#e7cbbf #e7dfbf #e7bfc7

Monochromatic Colors of #e7cbbf

#e7cbbf

Complementary Color

#e7cbbf #bfdbe7

#e7cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cbbf Color CSS Codes

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

#e7cbbf Text Font Color

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

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


#e7cbbf Background Color

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

This div background color is #e7cbbf


#e7cbbf Border Color

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

This div border color is #e7cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cbbf


Comments

No comments written yet.

Please login to write comment.