Color Hex Logo

#edecbf Color Hex

#EDECBF
(237,236,191)
0 Favorites   0 Comments

Color spaces of #edecbf

RGB 237236191
HSL0.160.560.84
HSV59°19°93°
CMYK 0.000.000.19   0.07
XYZ74.324581.757061.1536
Yxy81.75700.34210.3764
Hunter Lab90.4196-11.508023.1940
CIE-Lab92.4675-6.885722.0003

#edecbf color RGB value is (237,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10111111
Octal 355 354 277
Decimal 237 236 191
Hex ED EC BF

RGB Percentages of Color #edecbf

%35.69
%35.54
%28.77

CMYK Percentages of Color #edecbf

%0
%0
%19
%7

Triadic Colors of #edecbf

#edecbf #bfedec #ecbfed

Analogous Colors of #edecbf

#edecbf #d7edbf #edd5bf

Monochromatic Colors of #edecbf

#edecbf

Complementary Color

#edecbf #bfc0ed

#edecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecbf Color CSS Codes

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

#edecbf Text Font Color

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

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


#edecbf Background Color

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

This div background color is #edecbf


#edecbf Border Color

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

This div border color is #edecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecbf


Comments

No comments written yet.

Please login to write comment.