Color Hex Logo

#e2b8be Color Hex

#E2B8BE
(226,184,190)
0 Favorites   0 Comments

Color spaces of #e2b8be

RGB 226184190
HSL0.980.420.80
HSV351°19°89°
CMYK 0.000.190.16   0.11
XYZ57.798854.167456.1242
Yxy54.16740.34390.3223
Hunter Lab73.598511.38336.3060
CIE-Lab78.559216.02442.6742

#e2b8be color RGB value is (226,184,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111000 10111110
Octal 342 270 276
Decimal 226 184 190
Hex E2 B8 BE

RGB Percentages of Color #e2b8be

%37.67
%30.67
%31.67

CMYK Percentages of Color #e2b8be

%0
%19
%16
%11

Triadic Colors of #e2b8be

#e2b8be #bee2b8 #b8bee2

Analogous Colors of #e2b8be

#e2b8be #e2c7b8 #e2b8d3

Monochromatic Colors of #e2b8be

#e2b8be

Complementary Color

#e2b8be #b8e2dc

#e2b8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b8be Color CSS Codes

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

#e2b8be Text Font Color

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

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


#e2b8be Background Color

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

This div background color is #e2b8be


#e2b8be Border Color

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

This div border color is #e2b8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b8be


Comments

No comments written yet.

Please login to write comment.