Color Hex Logo

#e9badb Color Hex

#E9BADB
(233,186,219)
0 Favorites   0 Comments

Color spaces of #e9badb

RGB 233186219
HSL0.880.520.82
HSV318°20°91°
CMYK 0.000.200.06   0.09
XYZ63.949457.555974.7567
Yxy57.55590.32580.2933
Hunter Lab75.865617.6982-5.3175
CIE-Lab80.491322.2191-10.0743

#e9badb color RGB value is (233,186,219).

#e9badb hex color red value is 233, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9badb hue: 0.88 , saturation: 0.52 and the lightness value of e9badb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111010 11011011
Octal 351 272 333
Decimal 233 186 219
Hex E9 BA DB

RGB Percentages of Color #e9badb

%36.52
%29.15
%34.33

CMYK Percentages of Color #e9badb

%0
%20
%6
%9

Triadic Colors of #e9badb

#e9badb #dbe9ba #badbe9

Analogous Colors of #e9badb

#e9badb #e9bac4 #e0bae9

Monochromatic Colors of #e9badb

#e9badb

Complementary Color

#e9badb #bae9c8

#e9badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9badb Color CSS Codes

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

#e9badb Text Font Color

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

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


#e9badb Background Color

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

This div background color is #e9badb


#e9badb Border Color

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

This div border color is #e9badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9badb


Comments

No comments written yet.

Please login to write comment.