Color Hex Logo

#e9cfda Color Hex

#E9CFDA
(233,207,218)
4 Favorites   0 Comments

Color spaces of #e9cfda

RGB 233207218
HSL0.930.370.86
HSV335°11°91°
CMYK 0.000.110.06   0.09
XYZ68.572067.011275.6500
Yxy67.01120.32460.3172
Hunter Lab81.86046.26852.5103
CIE-Lab85.509610.9005-2.1219

#e9cfda color RGB value is (233,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001111 11011010
Octal 351 317 332
Decimal 233 207 218
Hex E9 CF DA

RGB Percentages of Color #e9cfda

%35.41
%31.46
%33.13

CMYK Percentages of Color #e9cfda

%0
%11
%6
%9

Triadic Colors of #e9cfda

#e9cfda #dae9cf #cfdae9

Analogous Colors of #e9cfda

#e9cfda #e9d1cf #e9cfe7

Monochromatic Colors of #e9cfda

#e9cfda

Complementary Color

#e9cfda #cfe9de

#e9cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cfda Color CSS Codes

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

#e9cfda Text Font Color

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

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


#e9cfda Background Color

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

This div background color is #e9cfda


#e9cfda Border Color

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

This div border color is #e9cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cfda


Comments

No comments written yet.

Please login to write comment.