Color Hex Logo

#e7cadc Color Hex

#E7CADC
(231,202,220)
0 Favorites   0 Comments

Color spaces of #e7cadc

RGB 231202220
HSL0.900.380.85
HSV323°13°91°
CMYK 0.000.130.05   0.09
XYZ66.993864.397376.6091
Yxy64.39730.32210.3096
Hunter Lab80.24798.5842-0.4280
CIE-Lab84.172213.1981-5.1733

#e7cadc color RGB value is (231,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001010 11011100
Octal 347 312 334
Decimal 231 202 220
Hex E7 CA DC

RGB Percentages of Color #e7cadc

%35.38
%30.93
%33.69

CMYK Percentages of Color #e7cadc

%0
%13
%5
%9

Triadic Colors of #e7cadc

#e7cadc #dce7ca #cadce7

Analogous Colors of #e7cadc

#e7cadc #e7cace #e4cae7

Monochromatic Colors of #e7cadc

#e7cadc

Complementary Color

#e7cadc #cae7d5

#e7cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cadc Color CSS Codes

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

#e7cadc Text Font Color

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

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


#e7cadc Background Color

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

This div background color is #e7cadc


#e7cadc Border Color

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

This div border color is #e7cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cadc


Comments

No comments written yet.

Please login to write comment.