Color Hex Logo

#e7edcc Color Hex

#E7EDCC
(231,237,204)
0 Favorites   0 Comments

Color spaces of #e7edcc

RGB 231237204
HSL0.200.480.86
HSV71°14°93°
CMYK 0.030.000.14   0.07
XYZ74.138381.916969.0308
Yxy81.91690.32940.3639
Hunter Lab90.5080-12.173218.1348
CIE-Lab92.5382-7.575315.3211

#e7edcc color RGB value is (231,237,204).

#e7edcc hex color red value is 231, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e7edcc hue: 0.20 , saturation: 0.48 and the lightness value of e7edcc is 0.86.

The process color (four color CMYK) of #e7edcc color hex is 0.03, 0.00, 0.14, 0.07. Web safe color of #e7edcc is #ffffcc. Color #e7edcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101101 11001100
Octal 347 355 314
Decimal 231 237 204
Hex E7 ED CC

RGB Percentages of Color #e7edcc

%34.38
%35.27
%30.36

CMYK Percentages of Color #e7edcc

%3
%0
%14
%7

Triadic Colors of #e7edcc

#e7edcc #cce7ed #edcce7

Analogous Colors of #e7edcc

#e7edcc #d7edcc #ede3cc

Monochromatic Colors of #e7edcc

#e7edcc

Complementary Color

#e7edcc #d2cced

#e7edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7edcc Color CSS Codes

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

#e7edcc Text Font Color

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

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


#e7edcc Background Color

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

This div background color is #e7edcc


#e7edcc Border Color

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

This div border color is #e7edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7edcc


Comments

No comments written yet.

Please login to write comment.