Color Hex Logo

#edebd5 Color Hex

#EDEBD5
(237,235,213)
0 Favorites   0 Comments

Color spaces of #edebd5

RGB 237235213
HSL0.150.400.88
HSV55°10°93°
CMYK 0.000.010.10   0.07
XYZ76.643682.225374.7823
Yxy82.22530.32800.3519
Hunter Lab90.6782-7.813814.5782
CIE-Lab92.6742-3.034610.9107

#edebd5 color RGB value is (237,235,213).

#edebd5 hex color red value is 237, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #edebd5 hue: 0.15 , saturation: 0.40 and the lightness value of edebd5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11010101
Octal 355 353 325
Decimal 237 235 213
Hex ED EB D5

RGB Percentages of Color #edebd5

%34.60
%34.31
%31.09

CMYK Percentages of Color #edebd5

%0
%1
%10
%7

Triadic Colors of #edebd5

#edebd5 #d5edeb #ebd5ed

Analogous Colors of #edebd5

#edebd5 #e3edd5 #eddfd5

Monochromatic Colors of #edebd5

#edebd5

Complementary Color

#edebd5 #d5d7ed

#edebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebd5 Color CSS Codes

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

#edebd5 Text Font Color

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

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


#edebd5 Background Color

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

This div background color is #edebd5


#edebd5 Border Color

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

This div border color is #edebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebd5

#edebd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.