Color Hex Logo

#edeced Color Hex

#EDECED
(237,236,237)
0 Favorites   0 Comments

Color spaces of #edeced

RGB 237236237
HSL0.830.030.93
HSV300°93°
CMYK 0.000.000.00   0.07
XYZ80.206684.109992.1283
Yxy84.10990.31280.3280
Hunter Lab91.7114-4.38724.6385
CIE-Lab93.49820.5163-0.3751

#edeced color RGB value is (237,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11101101
Octal 355 354 355
Decimal 237 236 237
Hex ED EC ED

RGB Percentages of Color #edeced

%33.38
%33.24
%33.38

CMYK Percentages of Color #edeced

%0
%0
%0
%7

Triadic Colors of #edeced

#edeced #ededec #eceded

Monochromatic Colors of #edeced

#edeced

Complementary Color

#edeced #ecedec

#edeced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeced Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeced Color CSS Codes

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

#edeced Text Font Color

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

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


#edeced Background Color

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

This div background color is #edeced


#edeced Border Color

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

This div border color is #edeced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeced


Comments

No comments written yet.

Please login to write comment.