Color Hex Logo

#ede2d7 Color Hex

#EDE2D7
(237,226,215)
0 Favorites   0 Comments

Color spaces of #ede2d7

RGB 237226215
HSL0.080.380.89
HSV30°93°
CMYK 0.000.050.09   0.07
XYZ74.387177.303575.2904
Yxy77.30350.32770.3406
Hunter Lab87.9224-2.843610.7740
CIE-Lab90.46111.89176.6963

#ede2d7 color RGB value is (237,226,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 11010111
Octal 355 342 327
Decimal 237 226 215
Hex ED E2 D7

RGB Percentages of Color #ede2d7

%34.96
%33.33
%31.71

CMYK Percentages of Color #ede2d7

%0
%5
%9
%7

Triadic Colors of #ede2d7

#ede2d7 #d7ede2 #e2d7ed

Analogous Colors of #ede2d7

#ede2d7 #ededd7 #edd7d7

Monochromatic Colors of #ede2d7

#ede2d7

Complementary Color

#ede2d7 #d7e2ed

#ede2d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede2d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede2d7 Color CSS Codes

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

#ede2d7 Text Font Color

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

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


#ede2d7 Background Color

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

This div background color is #ede2d7


#ede2d7 Border Color

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

This div border color is #ede2d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede2d7

#ede2d7 Color Palettes


Comments

No comments written yet.

Please login to write comment.