Color Hex Logo

#eecda8 Color Hex

#EECDA8
(238,205,168)
0 Favorites   0 Comments

Color spaces of #eecda8

RGB 238205168
HSL0.090.670.80
HSV32°29°93°
CMYK 0.000.140.29   0.07
XYZ64.159164.666946.1462
Yxy64.66690.36670.3696
Hunter Lab80.41571.687422.2677
CIE-Lab84.31186.229622.7218

#eecda8 color RGB value is (238,205,168).

#eecda8 hex color red value is 238, green value is 205 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #eecda8 hue: 0.09 , saturation: 0.67 and the lightness value of eecda8 is 0.80.

The process color (four color CMYK) of #eecda8 color hex is 0.00, 0.14, 0.29, 0.07. Web safe color of #eecda8 is #ffcc99. Color #eecda8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 10101000
Octal 356 315 250
Decimal 238 205 168
Hex EE CD A8

RGB Percentages of Color #eecda8

%38.95
%33.55
%27.50

CMYK Percentages of Color #eecda8

%0
%14
%29
%7

Triadic Colors of #eecda8

#eecda8 #a8eecd #cda8ee

Analogous Colors of #eecda8

#eecda8 #eceea8 #eeaaa8

Monochromatic Colors of #eecda8

#eecda8

Complementary Color

#eecda8 #a8c9ee

#eecda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecda8 Color CSS Codes

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

#eecda8 Text Font Color

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

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


#eecda8 Background Color

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

This div background color is #eecda8


#eecda8 Border Color

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

This div border color is #eecda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecda8


Comments

No comments written yet.

Please login to write comment.