Color Hex Logo

#eededb Color Hex

#EEDEDB
(238,222,219)
0 Favorites   0 Comments

Color spaces of #eededb

RGB 238222219
HSL0.030.360.90
HSV93°
CMYK 0.000.070.08   0.07
XYZ74.167475.534277.6883
Yxy75.53420.32620.3322
Hunter Lab86.91040.23477.8386
CIE-Lab89.64264.96563.4271

#eededb color RGB value is (238,222,219).

#eededb hex color red value is 238, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eededb hue: 0.03 , saturation: 0.36 and the lightness value of eededb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11011011
Octal 356 336 333
Decimal 238 222 219
Hex EE DE DB

RGB Percentages of Color #eededb

%35.05
%32.70
%32.25

CMYK Percentages of Color #eededb

%0
%7
%8
%7

Triadic Colors of #eededb

#eededb #dbeede #dedbee

Analogous Colors of #eededb

#eededb #eee8db #eedbe2

Monochromatic Colors of #eededb

#eededb

Complementary Color

#eededb #dbebee

#eededb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eededb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eededb Color CSS Codes

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

#eededb Text Font Color

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

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


#eededb Background Color

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

This div background color is #eededb


#eededb Border Color

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

This div border color is #eededb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eededb


Comments

No comments written yet.

Please login to write comment.