Color Hex Logo

#eed0ba Color Hex

#EED0BA
(238,208,186)
0 Favorites   0 Comments

Color spaces of #eed0ba

RGB 238208186
HSL0.070.600.83
HSV25°22°93°
CMYK 0.000.130.22   0.07
XYZ66.678766.834155.8403
Yxy66.83410.35210.3530
Hunter Lab81.75212.522016.7288
CIE-Lab85.42017.120514.7741

#eed0ba color RGB value is (238,208,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 10111010
Octal 356 320 272
Decimal 238 208 186
Hex EE D0 BA

RGB Percentages of Color #eed0ba

%37.66
%32.91
%29.43

CMYK Percentages of Color #eed0ba

%0
%13
%22
%7

Triadic Colors of #eed0ba

#eed0ba #baeed0 #d0baee

Analogous Colors of #eed0ba

#eed0ba #eeeaba #eebabe

Monochromatic Colors of #eed0ba

#eed0ba

Complementary Color

#eed0ba #bad8ee

#eed0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed0ba Color CSS Codes

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

#eed0ba Text Font Color

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

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


#eed0ba Background Color

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

This div background color is #eed0ba


#eed0ba Border Color

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

This div border color is #eed0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed0ba


Comments

No comments written yet.

Please login to write comment.