Color Hex Logo

#e9cdea Color Hex

#E9CDEA
(233,205,234)
0 Favorites   0 Comments

Color spaces of #e9cdea

RGB 233205234
HSL0.830.410.86
HSV298°12°92°
CMYK 0.000.120.00   0.08
XYZ70.286966.926887.0555
Yxy66.92680.31340.2984
Hunter Lab81.808810.1948-5.8263
CIE-Lab85.467014.7918-10.6843

#e9cdea color RGB value is (233,205,234).

#e9cdea hex color red value is 233, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e9cdea hue: 0.83 , saturation: 0.41 and the lightness value of e9cdea is 0.86.

The process color (four color CMYK) of #e9cdea color hex is 0.00, 0.12, 0.00, 0.08. Web safe color of #e9cdea is #ffccff. Color #e9cdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 11101010
Octal 351 315 352
Decimal 233 205 234
Hex E9 CD EA

RGB Percentages of Color #e9cdea

%34.67
%30.51
%34.82

CMYK Percentages of Color #e9cdea

%0
%12
%0
%8

Triadic Colors of #e9cdea

#e9cdea #eae9cd #cdeae9

Analogous Colors of #e9cdea

#e9cdea #eacddd #dbcdea

Monochromatic Colors of #e9cdea

#e9cdea

Complementary Color

#e9cdea #ceeacd

#e9cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cdea Color CSS Codes

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

#e9cdea Text Font Color

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

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


#e9cdea Background Color

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

This div background color is #e9cdea


#e9cdea Border Color

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

This div border color is #e9cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cdea


Comments

No comments written yet.

Please login to write comment.