Color Hex Logo

#eddbd8 Color Hex

#EDDBD8
(237,219,216)
1 Favorites   0 Comments

Color spaces of #eddbd8

RGB 237219216
HSL0.020.370.89
HSV93°
CMYK 0.000.080.09   0.07
XYZ72.651273.625475.3477
Yxy73.62540.32780.3322
Hunter Lab85.80520.97667.9997
CIE-Lab88.74515.67573.6928

#eddbd8 color RGB value is (237,219,216).

#eddbd8 hex color red value is 237, green value is 219 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #eddbd8 hue: 0.02 , saturation: 0.37 and the lightness value of eddbd8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11011000
Octal 355 333 330
Decimal 237 219 216
Hex ED DB D8

RGB Percentages of Color #eddbd8

%35.27
%32.59
%32.14

CMYK Percentages of Color #eddbd8

%0
%8
%9
%7

Triadic Colors of #eddbd8

#eddbd8 #d8eddb #dbd8ed

Analogous Colors of #eddbd8

#eddbd8 #ede6d8 #edd8e0

Monochromatic Colors of #eddbd8

#eddbd8

Complementary Color

#eddbd8 #d8eaed

#eddbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbd8 Color CSS Codes

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

#eddbd8 Text Font Color

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

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


#eddbd8 Background Color

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

This div background color is #eddbd8


#eddbd8 Border Color

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

This div border color is #eddbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbd8


Comments

No comments written yet.

Please login to write comment.