Color Hex Logo

#ededd7 Color Hex

#EDEDD7
(237,237,215)
0 Favorites   0 Comments

Color spaces of #ededd7

RGB 237237215
HSL0.170.380.89
HSV60°93°
CMYK 0.000.000.09   0.07
XYZ77.475083.479276.3197
Yxy83.47920.32650.3518
Hunter Lab91.3670-8.532314.4314
CIE-Lab93.2238-3.727010.6573

#ededd7 color RGB value is (237,237,215).

#ededd7 hex color red value is 237, green value is 237 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ededd7 hue: 0.17 , saturation: 0.38 and the lightness value of ededd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11010111
Octal 355 355 327
Decimal 237 237 215
Hex ED ED D7

RGB Percentages of Color #ededd7

%34.40
%34.40
%31.20

CMYK Percentages of Color #ededd7

%0
%0
%9
%7

Triadic Colors of #ededd7

#ededd7 #d7eded #edd7ed

Analogous Colors of #ededd7

#ededd7 #e2edd7 #ede2d7

Monochromatic Colors of #ededd7

#ededd7

Complementary Color

#ededd7 #d7d7ed

#ededd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededd7 Color CSS Codes

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

#ededd7 Text Font Color

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

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


#ededd7 Background Color

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

This div background color is #ededd7


#ededd7 Border Color

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

This div border color is #ededd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededd7


Comments

No comments written yet.

Please login to write comment.