Color Hex Logo

#e2beb7 Color Hex

#E2BEB7
(226,190,183)
0 Favorites   0 Comments

Color spaces of #e2beb7

RGB 226190183
HSL0.030.430.80
HSV10°19°89°
CMYK 0.000.160.19   0.11
XYZ58.324756.414652.6148
Yxy56.41460.34850.3371
Hunter Lab75.10977.168211.0437
CIE-Lab79.849211.74518.3128

#e2beb7 color RGB value is (226,190,183).

#e2beb7 hex color red value is 226, green value is 190 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #e2beb7 hue: 0.03 , saturation: 0.43 and the lightness value of e2beb7 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111110 10110111
Octal 342 276 267
Decimal 226 190 183
Hex E2 BE B7

RGB Percentages of Color #e2beb7

%37.73
%31.72
%30.55

CMYK Percentages of Color #e2beb7

%0
%16
%19
%11

Triadic Colors of #e2beb7

#e2beb7 #b7e2be #beb7e2

Analogous Colors of #e2beb7

#e2beb7 #e2d4b7 #e2b7c6

Monochromatic Colors of #e2beb7

#e2beb7

Complementary Color

#e2beb7 #b7dbe2

#e2beb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2beb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2beb7 Color CSS Codes

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

#e2beb7 Text Font Color

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

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


#e2beb7 Background Color

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

This div background color is #e2beb7


#e2beb7 Border Color

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

This div border color is #e2beb7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,190,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2beb7


Comments

No comments written yet.

Please login to write comment.