Color Hex Logo

#e7edcb Color Hex

#E7EDCB
(231,237,203)
0 Favorites   0 Comments

Color spaces of #e7edcb

RGB 231237203
HSL0.200.490.86
HSV71°14°93°
CMYK 0.030.000.14   0.07
XYZ74.018781.869168.4010
Yxy81.86910.33000.3650
Hunter Lab90.4815-12.320218.5158
CIE-Lab92.5171-7.732015.8089

#e7edcb color RGB value is (231,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101101 11001011
Octal 347 355 313
Decimal 231 237 203
Hex E7 ED CB

RGB Percentages of Color #e7edcb

%34.43
%35.32
%30.25

CMYK Percentages of Color #e7edcb

%3
%0
%14
%7

Triadic Colors of #e7edcb

#e7edcb #cbe7ed #edcbe7

Analogous Colors of #e7edcb

#e7edcb #d6edcb #ede2cb

Monochromatic Colors of #e7edcb

#e7edcb

Complementary Color

#e7edcb #d1cbed

#e7edcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7edcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7edcb Color CSS Codes

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

#e7edcb Text Font Color

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

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


#e7edcb Background Color

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

This div background color is #e7edcb


#e7edcb Border Color

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

This div border color is #e7edcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7edcb

#e7edcb Color Palettes


Comments

No comments written yet.

Please login to write comment.