Color Hex Logo

#e7cfbe Color Hex

#E7CFBE
(231,207,190)
0 Favorites   0 Comments

Color spaces of #e7cfbe

RGB 231207190
HSL0.070.460.83
HSV25°18°91°
CMYK 0.000.100.18   0.09
XYZ64.562165.332357.9228
Yxy65.33230.34370.3479
Hunter Lab80.82841.128114.0918
CIE-Lab84.65475.668111.4885

#e7cfbe color RGB value is (231,207,190).

#e7cfbe hex color red value is 231, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e7cfbe hue: 0.07 , saturation: 0.46 and the lightness value of e7cfbe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001111 10111110
Octal 347 317 276
Decimal 231 207 190
Hex E7 CF BE

RGB Percentages of Color #e7cfbe

%36.78
%32.96
%30.25

CMYK Percentages of Color #e7cfbe

%0
%10
%18
%9

Triadic Colors of #e7cfbe

#e7cfbe #bee7cf #cfbee7

Analogous Colors of #e7cfbe

#e7cfbe #e7e4be #e7bec2

Monochromatic Colors of #e7cfbe

#e7cfbe

Complementary Color

#e7cfbe #bed6e7

#e7cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cfbe Color CSS Codes

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

#e7cfbe Text Font Color

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

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


#e7cfbe Background Color

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

This div background color is #e7cfbe


#e7cfbe Border Color

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

This div border color is #e7cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cfbe


Comments

No comments written yet.

Please login to write comment.