Color Hex Logo

#edecbb Color Hex

#EDECBB
(237,236,187)
0 Favorites   0 Comments

Color spaces of #edecbb

RGB 237236187
HSL0.160.580.83
HSV59°21°93°
CMYK 0.000.000.21   0.07
XYZ73.890181.583358.8664
Yxy81.58330.34470.3806
Hunter Lab90.3235-12.042224.5854
CIE-Lab92.3906-7.453623.9511

#edecbb color RGB value is (237,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10111011
Octal 355 354 273
Decimal 237 236 187
Hex ED EC BB

RGB Percentages of Color #edecbb

%35.91
%35.76
%28.33

CMYK Percentages of Color #edecbb

%0
%0
%21
%7

Triadic Colors of #edecbb

#edecbb #bbedec #ecbbed

Analogous Colors of #edecbb

#edecbb #d5edbb #edd3bb

Monochromatic Colors of #edecbb

#edecbb

Complementary Color

#edecbb #bbbced

#edecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecbb Color CSS Codes

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

#edecbb Text Font Color

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

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


#edecbb Background Color

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

This div background color is #edecbb


#edecbb Border Color

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

This div border color is #edecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecbb


Comments

No comments written yet.

Please login to write comment.