Color Hex Logo

#ededed Color Hex Gray93

#EDEDED
(237,237,237)
10 Favorites   0 Comments

Color spaces of #ededed Gray93

RGB 237237237
HSL0.000.000.93
HSV93°
CMYK 0.000.000.00   0.07
XYZ80.495384.687392.2245
Yxy84.68730.31270.3290
Hunter Lab92.0257-4.91024.9999
CIE-Lab93.74820.0050-0.0099

#ededed color RGB value is (237,237,237). #ededed color name is Gray93 color.

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

The process color (four color CMYK) of #ededed color hex is 0.00, 0.00, 0.00, 0.07. Web safe color of #ededed is #ffffff. Color #ededed rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11101101
Octal 355 355 355
Decimal 237 237 237
Hex ED ED ED

RGB Percentages of Color #ededed

%33.33
%33.33
%33.33

CMYK Percentages of Color #ededed

%0
%0
%0
%7

Monochromatic Colors of #ededed

#ededed

#ededed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededed Color CSS Codes

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

#ededed Text Font Color

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

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


#ededed Background Color

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

This div background color is #ededed


#ededed Border Color

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

This div border color is #ededed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,237,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 #ededed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededed


Comments

No comments written yet.

Please login to write comment.