Color Hex Logo

#e3cfdf Color Hex

#E3CFDF
(227,207,223)
0 Favorites   0 Comments

Color spaces of #e3cfdf

RGB 227207223
HSL0.870.260.85
HSV312°89°
CMYK 0.000.090.02   0.11
XYZ67.310766.284379.0585
Yxy66.28430.31650.3117
Hunter Lab81.41525.0999-0.5832
CIE-Lab85.14129.7217-5.3785

#e3cfdf color RGB value is (227,207,223).

#e3cfdf hex color red value is 227, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e3cfdf hue: 0.87 , saturation: 0.26 and the lightness value of e3cfdf is 0.85.

The process color (four color CMYK) of #e3cfdf color hex is 0.00, 0.09, 0.02, 0.11. Web safe color of #e3cfdf is #cccccc. Color #e3cfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001111 11011111
Octal 343 317 337
Decimal 227 207 223
Hex E3 CF DF

RGB Percentages of Color #e3cfdf

%34.55
%31.51
%33.94

CMYK Percentages of Color #e3cfdf

%0
%9
%2
%11

Triadic Colors of #e3cfdf

#e3cfdf #dfe3cf #cfdfe3

Analogous Colors of #e3cfdf

#e3cfdf #e3cfd5 #ddcfe3

Monochromatic Colors of #e3cfdf

#e3cfdf

Complementary Color

#e3cfdf #cfe3d3

#e3cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cfdf Color CSS Codes

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

#e3cfdf Text Font Color

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

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


#e3cfdf Background Color

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

This div background color is #e3cfdf


#e3cfdf Border Color

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

This div border color is #e3cfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cfdf


Comments

No comments written yet.

Please login to write comment.