Color Hex Logo

#e7bfbd Color Hex

#E7BFBD
(231,191,189)
0 Favorites   0 Comments

Color spaces of #e7bfbd

RGB 231191189
HSL0.010.470.82
HSV18°91°
CMYK 0.000.170.18   0.09
XYZ60.771157.924756.1217
Yxy57.92470.34760.3313
Hunter Lab76.10839.33969.5558
CIE-Lab80.696913.95066.3622

#e7bfbd color RGB value is (231,191,189).

#e7bfbd hex color red value is 231, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e7bfbd hue: 0.01 , saturation: 0.47 and the lightness value of e7bfbd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111111 10111101
Octal 347 277 275
Decimal 231 191 189
Hex E7 BF BD

RGB Percentages of Color #e7bfbd

%37.81
%31.26
%30.93

CMYK Percentages of Color #e7bfbd

%0
%17
%18
%9

Triadic Colors of #e7bfbd

#e7bfbd #bde7bf #bfbde7

Analogous Colors of #e7bfbd

#e7bfbd #e7d4bd #e7bdd0

Monochromatic Colors of #e7bfbd

#e7bfbd

Complementary Color

#e7bfbd #bde5e7

#e7bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bfbd Color CSS Codes

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

#e7bfbd Text Font Color

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

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


#e7bfbd Background Color

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

This div background color is #e7bfbd


#e7bfbd Border Color

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

This div border color is #e7bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bfbd


Comments

No comments written yet.

Please login to write comment.