Color Hex Logo

#e3cadf Color Hex

#E3CADF
(227,202,223)
0 Favorites   0 Comments

Color spaces of #e3cadf

RGB 227202223
HSL0.860.310.84
HSV310°11°89°
CMYK 0.000.110.02   0.11
XYZ66.118463.899778.6611
Yxy63.89970.31680.3062
Hunter Lab79.93737.7522-2.3873
CIE-Lab83.913512.3664-7.1935

#e3cadf color RGB value is (227,202,223).

#e3cadf hex color red value is 227, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e3cadf hue: 0.86 , saturation: 0.31 and the lightness value of e3cadf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 11011111
Octal 343 312 337
Decimal 227 202 223
Hex E3 CA DF

RGB Percentages of Color #e3cadf

%34.82
%30.98
%34.20

CMYK Percentages of Color #e3cadf

%0
%11
%2
%11

Triadic Colors of #e3cadf

#e3cadf #dfe3ca #cadfe3

Analogous Colors of #e3cadf

#e3cadf #e3cad3 #dbcae3

Monochromatic Colors of #e3cadf

#e3cadf

Complementary Color

#e3cadf #cae3ce

#e3cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cadf Color CSS Codes

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

#e3cadf Text Font Color

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

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


#e3cadf Background Color

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

This div background color is #e3cadf


#e3cadf Border Color

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

This div border color is #e3cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cadf


Comments

No comments written yet.

Please login to write comment.