Color Hex Logo

#e2b299 Color Hex

#E2B299
(226,178,153)
0 Favorites   0 Comments

Color spaces of #e2b299

RGB 226178153
HSL0.060.560.74
HSV21°32°89°
CMYK 0.000.210.32   0.11
XYZ53.034250.309437.0525
Yxy50.30940.37770.3583
Hunter Lab70.92919.339718.6780
CIE-Lab76.258813.964919.4357

#e2b299 color RGB value is (226,178,153).

#e2b299 hex color red value is 226, green value is 178 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e2b299 hue: 0.06 , saturation: 0.56 and the lightness value of e2b299 is 0.74.

The process color (four color CMYK) of #e2b299 color hex is 0.00, 0.21, 0.32, 0.11. Web safe color of #e2b299 is #cc9999. Color #e2b299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110010 10011001
Octal 342 262 231
Decimal 226 178 153
Hex E2 B2 99

RGB Percentages of Color #e2b299

%40.57
%31.96
%27.47

CMYK Percentages of Color #e2b299

%0
%21
%32
%11

Triadic Colors of #e2b299

#e2b299 #99e2b2 #b299e2

Analogous Colors of #e2b299

#e2b299 #e2d799 #e299a5

Monochromatic Colors of #e2b299

#e2b299

Complementary Color

#e2b299 #99c9e2

#e2b299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b299 Color CSS Codes

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

#e2b299 Text Font Color

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

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


#e2b299 Background Color

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

This div background color is #e2b299


#e2b299 Border Color

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

This div border color is #e2b299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b299


Comments

No comments written yet.

Please login to write comment.