Color Hex Logo

#e6dfca Color Hex

#E6DFCA
(230,223,202)
0 Favorites   0 Comments

Color spaces of #e6dfca

RGB 230223202
HSL0.130.360.85
HSV45°12°90°
CMYK 0.000.030.12   0.10
XYZ69.681573.862666.4614
Yxy73.86260.33180.3517
Hunter Lab85.9434-5.675914.3104
CIE-Lab88.8575-1.124511.1339

#e6dfca color RGB value is (230,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011111 11001010
Octal 346 337 312
Decimal 230 223 202
Hex E6 DF CA

RGB Percentages of Color #e6dfca

%35.11
%34.05
%30.84

CMYK Percentages of Color #e6dfca

%0
%3
%12
%10

Triadic Colors of #e6dfca

#e6dfca #cae6df #dfcae6

Analogous Colors of #e6dfca

#e6dfca #dfe6ca #e6d1ca

Monochromatic Colors of #e6dfca

#e6dfca

Complementary Color

#e6dfca #cad1e6

#e6dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dfca Color CSS Codes

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

#e6dfca Text Font Color

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

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


#e6dfca Background Color

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

This div background color is #e6dfca


#e6dfca Border Color

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

This div border color is #e6dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dfca


Comments

No comments written yet.

Please login to write comment.