Color Hex Logo

#eedebc Color Hex

#EEDEBC
(238,222,188)
0 Favorites   0 Comments

Color spaces of #eedebc

RGB 238222188
HSL0.110.600.84
HSV41°21°93°
CMYK 0.000.070.21   0.07
XYZ70.458374.050558.1566
Yxy74.05050.34770.3654
Hunter Lab86.0526-4.439520.1671
CIE-Lab88.94630.161718.6702

#eedebc color RGB value is (238,222,188).

#eedebc hex color red value is 238, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eedebc hue: 0.11 , saturation: 0.60 and the lightness value of eedebc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10111100
Octal 356 336 274
Decimal 238 222 188
Hex EE DE BC

RGB Percentages of Color #eedebc

%36.73
%34.26
%29.01

CMYK Percentages of Color #eedebc

%0
%7
%21
%7

Triadic Colors of #eedebc

#eedebc #bceede #debcee

Analogous Colors of #eedebc

#eedebc #e5eebc #eec5bc

Monochromatic Colors of #eedebc

#eedebc

Complementary Color

#eedebc #bcccee

#eedebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedebc Color CSS Codes

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

#eedebc Text Font Color

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

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


#eedebc Background Color

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

This div background color is #eedebc


#eedebc Border Color

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

This div border color is #eedebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedebc

#eedebc Color Palettes


Comments

No comments written yet.

Please login to write comment.