Color Hex Logo

#e7cfdf Color Hex

#E7CFDF
(231,207,223)
0 Favorites   0 Comments

Color spaces of #e7cfdf

RGB 231207223
HSL0.890.330.86
HSV320°10°91°
CMYK 0.000.100.03   0.09
XYZ68.587166.942379.1183
Yxy66.94230.31950.3119
Hunter Lab81.81836.4520-0.0607
CIE-Lab85.474811.0834-4.8487

#e7cfdf color RGB value is (231,207,223).

#e7cfdf hex color red value is 231, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e7cfdf hue: 0.89 , saturation: 0.33 and the lightness value of e7cfdf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001111 11011111
Octal 347 317 337
Decimal 231 207 223
Hex E7 CF DF

RGB Percentages of Color #e7cfdf

%34.95
%31.32
%33.74

CMYK Percentages of Color #e7cfdf

%0
%10
%3
%9

Triadic Colors of #e7cfdf

#e7cfdf #dfe7cf #cfdfe7

Analogous Colors of #e7cfdf

#e7cfdf #e7cfd3 #e3cfe7

Monochromatic Colors of #e7cfdf

#e7cfdf

Complementary Color

#e7cfdf #cfe7d7

#e7cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cfdf Color CSS Codes

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

#e7cfdf Text Font Color

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

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


#e7cfdf Background Color

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

This div background color is #e7cfdf


#e7cfdf Border Color

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

This div border color is #e7cfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cfdf

#e7cfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.