Color Hex Logo

#e9cadb Color Hex

#E9CADB
(233,202,219)
0 Favorites   0 Comments

Color spaces of #e9cadb

RGB 233202219
HSL0.910.410.85
HSV327°13°91°
CMYK 0.000.130.06   0.09
XYZ67.511064.679275.9439
Yxy64.67920.32440.3108
Hunter Lab80.42349.10000.3087
CIE-Lab84.318213.7111-4.4053

#e9cadb color RGB value is (233,202,219).

#e9cadb hex color red value is 233, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9cadb hue: 0.91 , saturation: 0.41 and the lightness value of e9cadb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001010 11011011
Octal 351 312 333
Decimal 233 202 219
Hex E9 CA DB

RGB Percentages of Color #e9cadb

%35.63
%30.89
%33.49

CMYK Percentages of Color #e9cadb

%0
%13
%6
%9

Triadic Colors of #e9cadb

#e9cadb #dbe9ca #cadbe9

Analogous Colors of #e9cadb

#e9cadb #e9cacc #e8cae9

Monochromatic Colors of #e9cadb

#e9cadb

Complementary Color

#e9cadb #cae9d8

#e9cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cadb Color CSS Codes

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

#e9cadb Text Font Color

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

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


#e9cadb Background Color

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

This div background color is #e9cadb


#e9cadb Border Color

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

This div border color is #e9cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cadb


Comments

No comments written yet.

Please login to write comment.