Color Hex Logo

#eedbce Color Hex

#EEDBCE
(238,219,206)
0 Favorites   0 Comments

Color spaces of #eedbce

RGB 238219206
HSL0.070.480.87
HSV24°13°93°
CMYK 0.000.080.13   0.07
XYZ71.732073.296468.7595
Yxy73.29640.33550.3428
Hunter Lab85.6133-0.265212.3111
CIE-Lab88.58894.41308.7374

#eedbce color RGB value is (238,219,206).

#eedbce hex color red value is 238, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eedbce hue: 0.07 , saturation: 0.48 and the lightness value of eedbce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11001110
Octal 356 333 316
Decimal 238 219 206
Hex EE DB CE

RGB Percentages of Color #eedbce

%35.90
%33.03
%31.07

CMYK Percentages of Color #eedbce

%0
%8
%13
%7

Triadic Colors of #eedbce

#eedbce #ceeedb #dbceee

Analogous Colors of #eedbce

#eedbce #eeebce #eeced1

Monochromatic Colors of #eedbce

#eedbce

Complementary Color

#eedbce #cee1ee

#eedbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbce Color CSS Codes

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

#eedbce Text Font Color

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

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


#eedbce Background Color

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

This div background color is #eedbce


#eedbce Border Color

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

This div border color is #eedbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbce


Comments

No comments written yet.

Please login to write comment.