Color Hex Logo

#e1c6bb Color Hex

#E1C6BB
(225,198,187)
0 Favorites   0 Comments

Color spaces of #e1c6bb

RGB 225198187
HSL0.050.390.81
HSV17°17°88°
CMYK 0.000.120.17   0.12
XYZ60.215159.983655.4180
Yxy59.98360.34290.3416
Hunter Lab77.44913.244311.7899
CIE-Lab81.82937.75218.9876

#e1c6bb color RGB value is (225,198,187).

#e1c6bb hex color red value is 225, green value is 198 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e1c6bb hue: 0.05 , saturation: 0.39 and the lightness value of e1c6bb is 0.81.

The process color (four color CMYK) of #e1c6bb color hex is 0.00, 0.12, 0.17, 0.12. Web safe color of #e1c6bb is #cccccc. Color #e1c6bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000110 10111011
Octal 341 306 273
Decimal 225 198 187
Hex E1 C6 BB

RGB Percentages of Color #e1c6bb

%36.89
%32.46
%30.66

CMYK Percentages of Color #e1c6bb

%0
%12
%17
%12

Triadic Colors of #e1c6bb

#e1c6bb #bbe1c6 #c6bbe1

Analogous Colors of #e1c6bb

#e1c6bb #e1d9bb #e1bbc3

Monochromatic Colors of #e1c6bb

#e1c6bb

Complementary Color

#e1c6bb #bbd6e1

#e1c6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c6bb Color CSS Codes

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

#e1c6bb Text Font Color

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

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


#e1c6bb Background Color

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

This div background color is #e1c6bb


#e1c6bb Border Color

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

This div border color is #e1c6bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,198,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1c6bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1c6bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e1c6bb;
  box-shadow:         1px 1px 3px 2px #e1c6bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,198,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c6bb


Comments

No comments written yet.

Please login to write comment.