Color Hex Logo

#eedbb8 Color Hex

#EEDBB8
(238,219,184)
0 Favorites   0 Comments

Color spaces of #eedbb8

RGB 238219184
HSL0.110.610.83
HSV39°23°93°
CMYK 0.000.080.23   0.07
XYZ69.243172.300955.6534
Yxy72.30090.35110.3666
Hunter Lab85.0299-3.443120.7147
CIE-Lab88.11321.136219.5962

#eedbb8 color RGB value is (238,219,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10111000
Octal 356 333 270
Decimal 238 219 184
Hex EE DB B8

RGB Percentages of Color #eedbb8

%37.13
%34.17
%28.71

CMYK Percentages of Color #eedbb8

%0
%8
%23
%7

Triadic Colors of #eedbb8

#eedbb8 #b8eedb #dbb8ee

Analogous Colors of #eedbb8

#eedbb8 #e6eeb8 #eec0b8

Monochromatic Colors of #eedbb8

#eedbb8

Complementary Color

#eedbb8 #b8cbee

#eedbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbb8 Color CSS Codes

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

#eedbb8 Text Font Color

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

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


#eedbb8 Background Color

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

This div background color is #eedbb8


#eedbb8 Border Color

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

This div border color is #eedbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbb8

#eedbb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.