Color Hex Logo

#eedeba Color Hex

#EEDEBA
(238,222,186)
0 Favorites   0 Comments

Color spaces of #eedeba

RGB 238222186
HSL0.120.600.83
HSV42°22°93°
CMYK 0.000.070.22   0.07
XYZ70.244173.964957.0288
Yxy73.96490.34910.3675
Hunter Lab86.0028-4.712520.8866
CIE-Lab88.9059-0.122919.6563

#eedeba color RGB value is (238,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10111010
Octal 356 336 272
Decimal 238 222 186
Hex EE DE BA

RGB Percentages of Color #eedeba

%36.84
%34.37
%28.79

CMYK Percentages of Color #eedeba

%0
%7
%22
%7

Triadic Colors of #eedeba

#eedeba #baeede #debaee

Analogous Colors of #eedeba

#eedeba #e4eeba #eec4ba

Monochromatic Colors of #eedeba

#eedeba

Complementary Color

#eedeba #bacaee

#eedeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeba Color CSS Codes

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

#eedeba Text Font Color

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

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


#eedeba Background Color

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

This div background color is #eedeba


#eedeba Border Color

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

This div border color is #eedeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeba


Comments

No comments written yet.

Please login to write comment.