Color Hex Logo

#e2bdbb Color Hex

#E2BDBB
(226,189,187)
0 Favorites   0 Comments

Color spaces of #e2bdbb

RGB 226189187
HSL0.010.400.81
HSV17°89°
CMYK 0.000.160.17   0.11
XYZ58.531356.151854.7672
Yxy56.15180.34540.3314
Hunter Lab74.93458.29099.1210
CIE-Lab79.700112.88875.9442

#e2bdbb color RGB value is (226,189,187).

#e2bdbb hex color red value is 226, green value is 189 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e2bdbb hue: 0.01 , saturation: 0.40 and the lightness value of e2bdbb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111101 10111011
Octal 342 275 273
Decimal 226 189 187
Hex E2 BD BB

RGB Percentages of Color #e2bdbb

%37.54
%31.40
%31.06

CMYK Percentages of Color #e2bdbb

%0
%16
%17
%11

Triadic Colors of #e2bdbb

#e2bdbb #bbe2bd #bdbbe2

Analogous Colors of #e2bdbb

#e2bdbb #e2d1bb #e2bbcd

Monochromatic Colors of #e2bdbb

#e2bdbb

Complementary Color

#e2bdbb #bbe0e2

#e2bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bdbb Color CSS Codes

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

#e2bdbb Text Font Color

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

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


#e2bdbb Background Color

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

This div background color is #e2bdbb


#e2bdbb Border Color

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

This div border color is #e2bdbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,189,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 #e2bdbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bdbb


Comments

No comments written yet.

Please login to write comment.