Color Hex Logo

#e5dfce Color Hex

#E5DFCE
(229,223,206)
0 Favorites   0 Comments

Color spaces of #e5dfce

RGB 229223206
HSL0.120.310.85
HSV44°10°90°
CMYK 0.000.030.10   0.10
XYZ69.841473.889668.9736
Yxy73.88960.32830.3474
Hunter Lab85.9591-5.397812.5970
CIE-Lab88.8703-0.83499.0447

#e5dfce color RGB value is (229,223,206).

#e5dfce hex color red value is 229, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e5dfce hue: 0.12 , saturation: 0.31 and the lightness value of e5dfce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 11001110
Octal 345 337 316
Decimal 229 223 206
Hex E5 DF CE

RGB Percentages of Color #e5dfce

%34.80
%33.89
%31.31

CMYK Percentages of Color #e5dfce

%0
%3
%10
%10

Triadic Colors of #e5dfce

#e5dfce #cee5df #dfcee5

Analogous Colors of #e5dfce

#e5dfce #e0e5ce #e5d4ce

Monochromatic Colors of #e5dfce

#e5dfce

Complementary Color

#e5dfce #ced4e5

#e5dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfce Color CSS Codes

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

#e5dfce Text Font Color

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

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


#e5dfce Background Color

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

This div background color is #e5dfce


#e5dfce Border Color

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

This div border color is #e5dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfce


Comments

No comments written yet.

Please login to write comment.