Color Hex Logo

#e9cadc Color Hex

#E9CADC
(233,202,220)
0 Favorites   0 Comments

Color spaces of #e9cadc

RGB 233202220
HSL0.900.410.85
HSV325°13°91°
CMYK 0.000.130.06   0.09
XYZ67.643164.732076.6395
Yxy64.73200.32360.3097
Hunter Lab80.45629.2745-0.1580
CIE-Lab84.345413.8843-4.8981

#e9cadc color RGB value is (233,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001010 11011100
Octal 351 312 334
Decimal 233 202 220
Hex E9 CA DC

RGB Percentages of Color #e9cadc

%35.57
%30.84
%33.59

CMYK Percentages of Color #e9cadc

%0
%13
%6
%9

Triadic Colors of #e9cadc

#e9cadc #dce9ca #cadce9

Analogous Colors of #e9cadc

#e9cadc #e9cacd #e7cae9

Monochromatic Colors of #e9cadc

#e9cadc

Complementary Color

#e9cadc #cae9d7

#e9cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cadc Color CSS Codes

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

#e9cadc Text Font Color

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

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


#e9cadc Background Color

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

This div background color is #e9cadc


#e9cadc Border Color

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

This div border color is #e9cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cadc


Comments

No comments written yet.

Please login to write comment.