Color Hex Logo

#e9cfdb Color Hex

#E9CFDB
(233,207,219)
0 Favorites   0 Comments

Color spaces of #e9cfdb

RGB 233207219
HSL0.920.370.86
HSV332°11°91°
CMYK 0.000.110.06   0.09
XYZ68.703367.063876.3414
Yxy67.06380.32390.3162
Hunter Lab81.89256.43982.0537
CIE-Lab85.536211.0721-2.6142

#e9cfdb color RGB value is (233,207,219).

#e9cfdb hex color red value is 233, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9cfdb hue: 0.92 , saturation: 0.37 and the lightness value of e9cfdb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11011011
Octal 351 317 333
Decimal 233 207 219
Hex E9 CF DB

RGB Percentages of Color #e9cfdb

%35.36
%31.41
%33.23

CMYK Percentages of Color #e9cfdb

%0
%11
%6
%9

Triadic Colors of #e9cfdb

#e9cfdb #dbe9cf #cfdbe9

Analogous Colors of #e9cfdb

#e9cfdb #e9d0cf #e9cfe8

Monochromatic Colors of #e9cfdb

#e9cfdb

Complementary Color

#e9cfdb #cfe9dd

#e9cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfdb Color CSS Codes

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

#e9cfdb Text Font Color

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

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


#e9cfdb Background Color

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

This div background color is #e9cfdb


#e9cfdb Border Color

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

This div border color is #e9cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfdb


Comments

No comments written yet.

Please login to write comment.