Color Hex Logo

#eeedba Color Hex

#EEEDBA
(238,237,186)
0 Favorites   0 Comments

Color spaces of #eeedba

RGB 238237186
HSL0.160.600.83
HSV59°22°93°
CMYK 0.000.000.22   0.07
XYZ74.407082.290758.4164
Yxy82.29070.34590.3825
Hunter Lab90.7142-12.337925.3195
CIE-Lab92.7030-7.730524.9059

#eeedba color RGB value is (238,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10111010
Octal 356 355 272
Decimal 238 237 186
Hex EE ED BA

RGB Percentages of Color #eeedba

%36.01
%35.85
%28.14

CMYK Percentages of Color #eeedba

%0
%0
%22
%7

Triadic Colors of #eeedba

#eeedba #baeeed #edbaee

Analogous Colors of #eeedba

#eeedba #d5eeba #eed3ba

Monochromatic Colors of #eeedba

#eeedba

Complementary Color

#eeedba #babbee

#eeedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedba Color CSS Codes

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

#eeedba Text Font Color

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

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


#eeedba Background Color

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

This div background color is #eeedba


#eeedba Border Color

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

This div border color is #eeedba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,237,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 #eeedba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedba


Comments

No comments written yet.

Please login to write comment.