Color Hex Logo

#eedcb7 Color Hex

#EEDCB7
(238,220,183)
0 Favorites   0 Comments

Color spaces of #eedcb7

RGB 238220183
HSL0.110.620.83
HSV40°23°93°
CMYK 0.000.080.23   0.07
XYZ69.400372.782455.1904
Yxy72.78240.35160.3688
Hunter Lab85.3126-4.090421.3630
CIE-Lab88.34380.482420.4385

#eedcb7 color RGB value is (238,220,183).

#eedcb7 hex color red value is 238, green value is 220 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #eedcb7 hue: 0.11 , saturation: 0.62 and the lightness value of eedcb7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10110111
Octal 356 334 267
Decimal 238 220 183
Hex EE DC B7

RGB Percentages of Color #eedcb7

%37.13
%34.32
%28.55

CMYK Percentages of Color #eedcb7

%0
%8
%23
%7

Triadic Colors of #eedcb7

#eedcb7 #b7eedc #dcb7ee

Analogous Colors of #eedcb7

#eedcb7 #e5eeb7 #eec1b7

Monochromatic Colors of #eedcb7

#eedcb7

Complementary Color

#eedcb7 #b7c9ee

#eedcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcb7 Color CSS Codes

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

#eedcb7 Text Font Color

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

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


#eedcb7 Background Color

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

This div background color is #eedcb7


#eedcb7 Border Color

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

This div border color is #eedcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcb7


Comments

No comments written yet.

Please login to write comment.