Color Hex Logo

#eedbb7 Color Hex

#EEDBB7
(238,219,183)
0 Favorites   0 Comments

Color spaces of #eedbb7

RGB 238219183
HSL0.110.620.83
HSV39°23°93°
CMYK 0.000.080.23   0.07
XYZ69.138772.259155.1031
Yxy72.25910.35180.3677
Hunter Lab85.0054-3.577221.0701
CIE-Lab88.09320.996420.0904

#eedbb7 color RGB value is (238,219,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10110111
Octal 356 333 267
Decimal 238 219 183
Hex EE DB B7

RGB Percentages of Color #eedbb7

%37.19
%34.22
%28.59

CMYK Percentages of Color #eedbb7

%0
%8
%23
%7

Triadic Colors of #eedbb7

#eedbb7 #b7eedb #dbb7ee

Analogous Colors of #eedbb7

#eedbb7 #e6eeb7 #eec0b7

Monochromatic Colors of #eedbb7

#eedbb7

Complementary Color

#eedbb7 #b7caee

#eedbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbb7 Color CSS Codes

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

#eedbb7 Text Font Color

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

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


#eedbb7 Background Color

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

This div background color is #eedbb7


#eedbb7 Border Color

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

This div border color is #eedbb7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,219,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 #eedbb7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbb7


Comments

No comments written yet.

Please login to write comment.