Color Hex Logo

#e2bdcb Color Hex

#E2BDCB
(226,189,203)
0 Favorites   0 Comments

Color spaces of #e2bdcb

RGB 226189203
HSL0.940.390.81
HSV337°16°89°
CMYK 0.000.160.10   0.11
XYZ60.341156.875764.2977
Yxy56.87570.33240.3133
Hunter Lab75.416010.84172.2421
CIE-Lab80.109615.4636-2.0872

#e2bdcb color RGB value is (226,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111101 11001011
Octal 342 275 313
Decimal 226 189 203
Hex E2 BD CB

RGB Percentages of Color #e2bdcb

%36.57
%30.58
%32.85

CMYK Percentages of Color #e2bdcb

%0
%16
%10
%11

Triadic Colors of #e2bdcb

#e2bdcb #cbe2bd #bdcbe2

Analogous Colors of #e2bdcb

#e2bdcb #e2c2bd #e2bdde

Monochromatic Colors of #e2bdcb

#e2bdcb

Complementary Color

#e2bdcb #bde2d4

#e2bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bdcb Color CSS Codes

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

#e2bdcb Text Font Color

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

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


#e2bdcb Background Color

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

This div background color is #e2bdcb


#e2bdcb Border Color

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

This div border color is #e2bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bdcb


Comments

No comments written yet.

Please login to write comment.