Color Hex Logo

#eedbd6 Color Hex

#EEDBD6
(238,219,214)
0 Favorites   0 Comments

Color spaces of #eedbd6

RGB 238219214
HSL0.030.410.89
HSV13°10°93°
CMYK 0.000.080.10   0.07
XYZ72.729073.695274.0097
Yxy73.69520.32990.3343
Hunter Lab85.84590.99568.9769
CIE-Lab88.77825.69624.8033

#eedbd6 color RGB value is (238,219,214).

#eedbd6 hex color red value is 238, green value is 219 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #eedbd6 hue: 0.03 , saturation: 0.41 and the lightness value of eedbd6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11010110
Octal 356 333 326
Decimal 238 219 214
Hex EE DB D6

RGB Percentages of Color #eedbd6

%35.47
%32.64
%31.89

CMYK Percentages of Color #eedbd6

%0
%8
%10
%7

Triadic Colors of #eedbd6

#eedbd6 #d6eedb #dbd6ee

Analogous Colors of #eedbd6

#eedbd6 #eee7d6 #eed6dd

Monochromatic Colors of #eedbd6

#eedbd6

Complementary Color

#eedbd6 #d6e9ee

#eedbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbd6 Color CSS Codes

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

#eedbd6 Text Font Color

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

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


#eedbd6 Background Color

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

This div background color is #eedbd6


#eedbd6 Border Color

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

This div border color is #eedbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbd6


Comments

No comments written yet.

Please login to write comment.