Color Hex Logo

#e2bfbd Color Hex

#E2BFBD
(226,191,189)
0 Favorites   0 Comments

Color spaces of #e2bfbd

RGB 226191189
HSL0.010.390.81
HSV16°89°
CMYK 0.000.150.16   0.11
XYZ59.180157.104556.0472
Yxy57.10450.34340.3314
Hunter Lab75.56757.54778.9228
CIE-Lab80.238312.13495.6425

#e2bfbd color RGB value is (226,191,189).

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

The process color (four color CMYK) of #e2bfbd color hex is 0.00, 0.15, 0.16, 0.11. Web safe color of #e2bfbd is #cccccc. Color #e2bfbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111111 10111101
Octal 342 277 275
Decimal 226 191 189
Hex E2 BF BD

RGB Percentages of Color #e2bfbd

%37.29
%31.52
%31.19

CMYK Percentages of Color #e2bfbd

%0
%15
%16
%11

Triadic Colors of #e2bfbd

#e2bfbd #bde2bf #bfbde2

Analogous Colors of #e2bfbd

#e2bfbd #e2d2bd #e2bdce

Monochromatic Colors of #e2bfbd

#e2bfbd

Complementary Color

#e2bfbd #bde0e2

#e2bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bfbd Color CSS Codes

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

#e2bfbd Text Font Color

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

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


#e2bfbd Background Color

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

This div background color is #e2bfbd


#e2bfbd Border Color

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

This div border color is #e2bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bfbd

#e2bfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.