Color Hex Logo

#edeeed Color Hex

#EDEEED
(237,238,237)
1 Favorites   0 Comments

Color spaces of #edeeed

RGB 237238237
HSL0.330.030.93
HSV120°93°
CMYK 0.000.000.00   0.07
XYZ80.785685.268092.3213
Yxy85.26800.31270.3300
Hunter Lab92.3407-5.43285.3609
CIE-Lab93.9985-0.50580.3555

#edeeed color RGB value is (237,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11101101
Octal 355 356 355
Decimal 237 238 237
Hex ED EE ED

RGB Percentages of Color #edeeed

%33.29
%33.43
%33.29

CMYK Percentages of Color #edeeed

%0
%0
%0
%7

Triadic Colors of #edeeed

#edeeed #ededee #eeeded

Analogous Colors of #edeeed

#edeeed #edeeee #eeeeed

Monochromatic Colors of #edeeed

#edeeed

Complementary Color

#edeeed #eeedee

#edeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeed Color CSS Codes

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

#edeeed Text Font Color

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

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


#edeeed Background Color

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

This div background color is #edeeed


#edeeed Border Color

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

This div border color is #edeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeed


Comments

No comments written yet.

Please login to write comment.