Color Hex Logo

#e7dfca Color Hex

#E7DFCA
(231,223,202)
0 Favorites   0 Comments

Color spaces of #e7dfca

RGB 231223202
HSL0.120.380.85
HSV43°13°91°
CMYK 0.000.030.13   0.09
XYZ70.003374.028566.4765
Yxy74.02850.33250.3517
Hunter Lab86.0398-5.339414.4189
CIE-Lab88.9360-0.769611.2563

#e7dfca color RGB value is (231,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011111 11001010
Octal 347 337 312
Decimal 231 223 202
Hex E7 DF CA

RGB Percentages of Color #e7dfca

%35.21
%33.99
%30.79

CMYK Percentages of Color #e7dfca

%0
%3
%13
%9

Triadic Colors of #e7dfca

#e7dfca #cae7df #dfcae7

Analogous Colors of #e7dfca

#e7dfca #e1e7ca #e7d1ca

Monochromatic Colors of #e7dfca

#e7dfca

Complementary Color

#e7dfca #cad2e7

#e7dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dfca Color CSS Codes

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

#e7dfca Text Font Color

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

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


#e7dfca Background Color

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

This div background color is #e7dfca


#e7dfca Border Color

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

This div border color is #e7dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dfca


Comments

No comments written yet.

Please login to write comment.