Color Hex Logo

#e3cadc Color Hex

#E3CADC
(227,202,220)
0 Favorites   0 Comments

Color spaces of #e3cadc

RGB 227202220
HSL0.880.310.84
HSV317°11°89°
CMYK 0.000.110.03   0.11
XYZ65.717463.739376.5494
Yxy63.73930.31900.3094
Hunter Lab79.83697.2169-0.9627
CIE-Lab83.829911.8296-5.7173

#e3cadc color RGB value is (227,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 11011100
Octal 343 312 334
Decimal 227 202 220
Hex E3 CA DC

RGB Percentages of Color #e3cadc

%34.98
%31.12
%33.90

CMYK Percentages of Color #e3cadc

%0
%11
%3
%11

Triadic Colors of #e3cadc

#e3cadc #dce3ca #cadce3

Analogous Colors of #e3cadc

#e3cadc #e3cad0 #decae3

Monochromatic Colors of #e3cadc

#e3cadc

Complementary Color

#e3cadc #cae3d1

#e3cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cadc Color CSS Codes

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

#e3cadc Text Font Color

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

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


#e3cadc Background Color

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

This div background color is #e3cadc


#e3cadc Border Color

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

This div border color is #e3cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cadc


Comments

No comments written yet.

Please login to write comment.