Color Hex Logo

#eeebda Color Hex

#EEEBDA
(238,235,218)
0 Favorites   0 Comments

Color spaces of #eeebda

RGB 238235218
HSL0.140.370.89
HSV51°93°
CMYK 0.000.010.08   0.07
XYZ77.623182.655878.1926
Yxy82.65580.32550.3466
Hunter Lab90.9152-6.699012.6477
CIE-Lab92.8635-1.87658.5945

#eeebda color RGB value is (238,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11011010
Octal 356 353 332
Decimal 238 235 218
Hex EE EB DA

RGB Percentages of Color #eeebda

%34.44
%34.01
%31.55

CMYK Percentages of Color #eeebda

%0
%1
%8
%7

Triadic Colors of #eeebda

#eeebda #daeeeb #ebdaee

Analogous Colors of #eeebda

#eeebda #e7eeda #eee1da

Monochromatic Colors of #eeebda

#eeebda

Complementary Color

#eeebda #daddee

#eeebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebda Color CSS Codes

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

#eeebda Text Font Color

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

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


#eeebda Background Color

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

This div background color is #eeebda


#eeebda Border Color

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

This div border color is #eeebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebda


Comments

No comments written yet.

Please login to write comment.