Color Hex Logo

#eeebd7 Color Hex

#EEEBD7
(238,235,215)
0 Favorites   0 Comments

Color spaces of #eeebd7

RGB 238235215
HSL0.140.400.89
HSV52°10°93°
CMYK 0.000.010.10   0.07
XYZ77.234082.500176.1434
Yxy82.50010.32740.3498
Hunter Lab90.8296-7.170013.8773
CIE-Lab92.7951-2.363910.0551

#eeebd7 color RGB value is (238,235,215).

#eeebd7 hex color red value is 238, green value is 235 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #eeebd7 hue: 0.14 , saturation: 0.40 and the lightness value of eeebd7 is 0.89.

The process color (four color CMYK) of #eeebd7 color hex is 0.00, 0.01, 0.10, 0.07. Web safe color of #eeebd7 is #ffffcc. Color #eeebd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11010111
Octal 356 353 327
Decimal 238 235 215
Hex EE EB D7

RGB Percentages of Color #eeebd7

%34.59
%34.16
%31.25

CMYK Percentages of Color #eeebd7

%0
%1
%10
%7

Triadic Colors of #eeebd7

#eeebd7 #d7eeeb #ebd7ee

Analogous Colors of #eeebd7

#eeebd7 #e6eed7 #eee0d7

Monochromatic Colors of #eeebd7

#eeebd7

Complementary Color

#eeebd7 #d7daee

#eeebd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebd7 Color CSS Codes

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

#eeebd7 Text Font Color

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

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


#eeebd7 Background Color

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

This div background color is #eeebd7


#eeebd7 Border Color

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

This div border color is #eeebd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebd7

#eeebd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.