Color Hex Logo

#eeebcd Color Hex

#EEEBCD
(238,235,205)
0 Favorites   0 Comments

Color spaces of #eeebcd

RGB 238235205
HSL0.150.490.87
HSV55°14°93°
CMYK 0.000.010.14   0.07
XYZ75.987782.001669.5805
Yxy82.00160.33390.3603
Hunter Lab90.5547-8.685117.8310
CIE-Lab92.5756-3.940814.9308

#eeebcd color RGB value is (238,235,205).

#eeebcd hex color red value is 238, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eeebcd hue: 0.15 , saturation: 0.49 and the lightness value of eeebcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11001101
Octal 356 353 315
Decimal 238 235 205
Hex EE EB CD

RGB Percentages of Color #eeebcd

%35.10
%34.66
%30.24

CMYK Percentages of Color #eeebcd

%0
%1
%14
%7

Triadic Colors of #eeebcd

#eeebcd #cdeeeb #ebcdee

Analogous Colors of #eeebcd

#eeebcd #e1eecd #eedbcd

Monochromatic Colors of #eeebcd

#eeebcd

Complementary Color

#eeebcd #cdd0ee

#eeebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebcd Color CSS Codes

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

#eeebcd Text Font Color

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

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


#eeebcd Background Color

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

This div background color is #eeebcd


#eeebcd Border Color

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

This div border color is #eeebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebcd


Comments

No comments written yet.

Please login to write comment.