Color Hex Logo

#e7edbc Color Hex

#E7EDBC
(231,237,188)
0 Favorites   0 Comments

Color spaces of #e7edbc

RGB 231237188
HSL0.190.580.83
HSV67°21°93°
CMYK 0.030.000.21   0.07
XYZ72.316381.188159.4364
Yxy81.18810.33960.3813
Hunter Lab90.1044-14.421723.9631
CIE-Lab92.2153-9.985523.1247

#e7edbc color RGB value is (231,237,188).

#e7edbc hex color red value is 231, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e7edbc hue: 0.19 , saturation: 0.58 and the lightness value of e7edbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101101 10111100
Octal 347 355 274
Decimal 231 237 188
Hex E7 ED BC

RGB Percentages of Color #e7edbc

%35.21
%36.13
%28.66

CMYK Percentages of Color #e7edbc

%3
%0
%21
%7

Triadic Colors of #e7edbc

#e7edbc #bce7ed #edbce7

Analogous Colors of #e7edbc

#e7edbc #cfedbc #eddbbc

Monochromatic Colors of #e7edbc

#e7edbc

Complementary Color

#e7edbc #c2bced

#e7edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7edbc Color CSS Codes

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

#e7edbc Text Font Color

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

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


#e7edbc Background Color

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

This div background color is #e7edbc


#e7edbc Border Color

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

This div border color is #e7edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7edbc


Comments

No comments written yet.

Please login to write comment.