Color Hex Logo

#eedacb Color Hex

#EEDACB
(238,218,203)
0 Favorites   0 Comments

Color spaces of #eedacb

RGB 238218203
HSL0.070.510.86
HSV26°15°93°
CMYK 0.000.080.15   0.07
XYZ71.110872.631766.7713
Yxy72.63170.33780.3450
Hunter Lab85.2242-0.202613.2046
CIE-Lab88.27184.46209.8607

#eedacb color RGB value is (238,218,203).

#eedacb hex color red value is 238, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eedacb hue: 0.07 , saturation: 0.51 and the lightness value of eedacb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11001011
Octal 356 332 313
Decimal 238 218 203
Hex EE DA CB

RGB Percentages of Color #eedacb

%36.12
%33.08
%30.80

CMYK Percentages of Color #eedacb

%0
%8
%15
%7

Triadic Colors of #eedacb

#eedacb #cbeeda #dacbee

Analogous Colors of #eedacb

#eedacb #eeeccb #eecbce

Monochromatic Colors of #eedacb

#eedacb

Complementary Color

#eedacb #cbdfee

#eedacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedacb Color CSS Codes

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

#eedacb Text Font Color

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

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


#eedacb Background Color

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

This div background color is #eedacb


#eedacb Border Color

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

This div border color is #eedacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedacb


Comments

No comments written yet.

Please login to write comment.