Color Hex Logo

#e7cadf Color Hex

#E7CADF
(231,202,223)
0 Favorites   0 Comments

Color spaces of #e7cadf

RGB 231202223
HSL0.880.380.85
HSV317°13°91°
CMYK 0.000.130.03   0.09
XYZ67.394864.557778.7208
Yxy64.55770.31990.3064
Hunter Lab80.34789.1151-1.8459
CIE-Lab84.255313.7259-6.6496

#e7cadf color RGB value is (231,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001010 11011111
Octal 347 312 337
Decimal 231 202 223
Hex E7 CA DF

RGB Percentages of Color #e7cadf

%35.21
%30.79
%33.99

CMYK Percentages of Color #e7cadf

%0
%13
%3
%9

Triadic Colors of #e7cadf

#e7cadf #dfe7ca #cadfe7

Analogous Colors of #e7cadf

#e7cadf #e7cad1 #e1cae7

Monochromatic Colors of #e7cadf

#e7cadf

Complementary Color

#e7cadf #cae7d2

#e7cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cadf Color CSS Codes

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

#e7cadf Text Font Color

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

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


#e7cadf Background Color

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

This div background color is #e7cadf


#e7cadf Border Color

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

This div border color is #e7cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cadf


Comments

No comments written yet.

Please login to write comment.