Color Hex Logo

#eddbd5 Color Hex

#EDDBD5
(237,219,213)
0 Favorites   0 Comments

Color spaces of #eddbd5

RGB 237219213
HSL0.040.400.88
HSV15°10°93°
CMYK 0.000.080.10   0.07
XYZ72.266873.471773.3234
Yxy73.47170.32990.3354
Hunter Lab85.71560.49099.2827
CIE-Lab88.67225.18245.1657

#eddbd5 color RGB value is (237,219,213).

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

The process color (four color CMYK) of #eddbd5 color hex is 0.00, 0.08, 0.10, 0.07. Web safe color of #eddbd5 is #ffcccc. Color #eddbd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11010101
Octal 355 333 325
Decimal 237 219 213
Hex ED DB D5

RGB Percentages of Color #eddbd5

%35.43
%32.74
%31.84

CMYK Percentages of Color #eddbd5

%0
%8
%10
%7

Triadic Colors of #eddbd5

#eddbd5 #d5eddb #dbd5ed

Analogous Colors of #eddbd5

#eddbd5 #ede7d5 #edd5db

Monochromatic Colors of #eddbd5

#eddbd5

Complementary Color

#eddbd5 #d5e7ed

#eddbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbd5 Color CSS Codes

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

#eddbd5 Text Font Color

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

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


#eddbd5 Background Color

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

This div background color is #eddbd5


#eddbd5 Border Color

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

This div border color is #eddbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbd5


Comments

No comments written yet.

Please login to write comment.