Color Hex Logo

#edebed Color Hex

#EDEBED
(237,235,237)
0 Favorites   0 Comments

Color spaces of #edebed

RGB 237235237
HSL0.830.050.93
HSV300°93°
CMYK 0.000.010.00   0.07
XYZ79.919483.535692.0325
Yxy83.53560.31280.3270
Hunter Lab91.3978-3.86354.2767
CIE-Lab93.24841.0284-0.7401

#edebed color RGB value is (237,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11101101
Octal 355 353 355
Decimal 237 235 237
Hex ED EB ED

RGB Percentages of Color #edebed

%33.43
%33.15
%33.43

CMYK Percentages of Color #edebed

%0
%1
%0
%7

Triadic Colors of #edebed

#edebed #ededeb #ebeded

Analogous Colors of #edebed

#edebed #edebec #ecebed

Monochromatic Colors of #edebed

#edebed

Complementary Color

#edebed #ebedeb

#edebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebed Color CSS Codes

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

#edebed Text Font Color

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

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


#edebed Background Color

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

This div background color is #edebed


#edebed Border Color

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

This div border color is #edebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebed


Comments

No comments written yet.

Please login to write comment.