Color Hex Logo

#eecabd Color Hex

#EECABD
(238,202,189)
0 Favorites   0 Comments

Color spaces of #eecabd

RGB 238202189
HSL0.040.590.84
HSV16°21°93°
CMYK 0.000.150.21   0.07
XYZ65.565764.092357.0595
Yxy64.09230.35110.3433
Hunter Lab80.05776.087213.7826
CIE-Lab84.013810.696211.1927

#eecabd color RGB value is (238,202,189).

#eecabd hex color red value is 238, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eecabd hue: 0.04 , saturation: 0.59 and the lightness value of eecabd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10111101
Octal 356 312 275
Decimal 238 202 189
Hex EE CA BD

RGB Percentages of Color #eecabd

%37.84
%32.11
%30.05

CMYK Percentages of Color #eecabd

%0
%15
%21
%7

Triadic Colors of #eecabd

#eecabd #bdeeca #cabdee

Analogous Colors of #eecabd

#eecabd #eee3bd #eebdc9

Monochromatic Colors of #eecabd

#eecabd

Complementary Color

#eecabd #bde1ee

#eecabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecabd Color CSS Codes

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

#eecabd Text Font Color

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

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


#eecabd Background Color

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

This div background color is #eecabd


#eecabd Border Color

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

This div border color is #eecabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecabd


Comments

No comments written yet.

Please login to write comment.