Color Hex Logo

#eeddba Color Hex

#EEDDBA
(238,221,186)
0 Favorites   0 Comments

Color spaces of #eeddba

RGB 238221186
HSL0.110.600.83
HSV40°22°93°
CMYK 0.000.070.22   0.07
XYZ69.979373.435256.9405
Yxy73.43520.34930.3665
Hunter Lab85.6943-4.199320.5902
CIE-Lab88.65490.390319.3067

#eeddba color RGB value is (238,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10111010
Octal 356 335 272
Decimal 238 221 186
Hex EE DD BA

RGB Percentages of Color #eeddba

%36.90
%34.26
%28.84

CMYK Percentages of Color #eeddba

%0
%7
%22
%7

Triadic Colors of #eeddba

#eeddba #baeedd #ddbaee

Analogous Colors of #eeddba

#eeddba #e5eeba #eec3ba

Monochromatic Colors of #eeddba

#eeddba

Complementary Color

#eeddba #bacbee

#eeddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddba Color CSS Codes

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

#eeddba Text Font Color

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

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


#eeddba Background Color

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

This div background color is #eeddba


#eeddba Border Color

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

This div border color is #eeddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddba


Comments

No comments written yet.

Please login to write comment.