Color Hex Logo

#eeecbd Color Hex

#EEECBD
(238,236,189)
0 Favorites   0 Comments

Color spaces of #eeecbd

RGB 238236189
HSL0.160.590.84
HSV58°21°93°
CMYK 0.000.010.21   0.07
XYZ74.440781.842260.0178
Yxy81.84220.34420.3784
Hunter Lab90.4667-11.437623.9922
CIE-Lab92.5052-6.808223.0932

#eeecbd color RGB value is (238,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 10111101
Octal 356 354 275
Decimal 238 236 189
Hex EE EC BD

RGB Percentages of Color #eeecbd

%35.90
%35.60
%28.51

CMYK Percentages of Color #eeecbd

%0
%1
%21
%7

Triadic Colors of #eeecbd

#eeecbd #bdeeec #ecbdee

Analogous Colors of #eeecbd

#eeecbd #d8eebd #eed4bd

Monochromatic Colors of #eeecbd

#eeecbd

Complementary Color

#eeecbd #bdbfee

#eeecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeecbd Color CSS Codes

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

#eeecbd Text Font Color

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

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


#eeecbd Background Color

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

This div background color is #eeecbd


#eeecbd Border Color

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

This div border color is #eeecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeecbd


Comments

No comments written yet.

Please login to write comment.