Color Hex Logo

#e2beaf Color Hex

#E2BEAF
(226,190,175)
0 Favorites   0 Comments

Color spaces of #e2beaf

RGB 226190175
HSL0.050.470.79
HSV18°23°89°
CMYK 0.000.160.23   0.11
XYZ57.515356.090848.3527
Yxy56.09080.35510.3463
Hunter Lab74.89386.016414.1470
CIE-Lab79.665510.562512.3537

#e2beaf color RGB value is (226,190,175).

#e2beaf hex color red value is 226, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e2beaf hue: 0.05 , saturation: 0.47 and the lightness value of e2beaf is 0.79.

The process color (four color CMYK) of #e2beaf color hex is 0.00, 0.16, 0.23, 0.11. Web safe color of #e2beaf is #cccc99. Color #e2beaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111110 10101111
Octal 342 276 257
Decimal 226 190 175
Hex E2 BE AF

RGB Percentages of Color #e2beaf

%38.24
%32.15
%29.61

CMYK Percentages of Color #e2beaf

%0
%16
%23
%11

Triadic Colors of #e2beaf

#e2beaf #afe2be #beafe2

Analogous Colors of #e2beaf

#e2beaf #e2d8af #e2afba

Monochromatic Colors of #e2beaf

#e2beaf

Complementary Color

#e2beaf #afd3e2

#e2beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2beaf Color CSS Codes

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

#e2beaf Text Font Color

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

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


#e2beaf Background Color

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

This div background color is #e2beaf


#e2beaf Border Color

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

This div border color is #e2beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2beaf


Comments

No comments written yet.

Please login to write comment.