Color Hex Logo

#e9beda Color Hex

#E9BEDA
(233,190,218)
0 Favorites   0 Comments

Color spaces of #e9beda

RGB 233190218
HSL0.890.490.83
HSV321°18°91°
CMYK 0.000.180.06   0.09
XYZ64.672659.212574.3502
Yxy59.21250.32620.2987
Hunter Lab76.949715.3590-3.4223
CIE-Lab81.408319.9119-8.1728

#e9beda color RGB value is (233,190,218).

#e9beda hex color red value is 233, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e9beda hue: 0.89 , saturation: 0.49 and the lightness value of e9beda is 0.83.

The process color (four color CMYK) of #e9beda color hex is 0.00, 0.18, 0.06, 0.09. Web safe color of #e9beda is #ffcccc. Color #e9beda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111110 11011010
Octal 351 276 332
Decimal 233 190 218
Hex E9 BE DA

RGB Percentages of Color #e9beda

%36.35
%29.64
%34.01

CMYK Percentages of Color #e9beda

%0
%18
%6
%9

Triadic Colors of #e9beda

#e9beda #dae9be #bedae9

Analogous Colors of #e9beda

#e9beda #e9bec5 #e3bee9

Monochromatic Colors of #e9beda

#e9beda

Complementary Color

#e9beda #bee9cd

#e9beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9beda Color CSS Codes

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

#e9beda Text Font Color

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

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


#e9beda Background Color

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

This div background color is #e9beda


#e9beda Border Color

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

This div border color is #e9beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9beda


Comments

No comments written yet.

Please login to write comment.