Color Hex Logo

#eeeda8 Color Hex

#EEEDA8
(238,237,168)
0 Favorites   0 Comments

Color spaces of #eeeda8

RGB 238237168
HSL0.160.670.80
HSV59°29°93°
CMYK 0.000.000.29   0.07
XYZ72.612081.572748.9638
Yxy81.57270.35740.4015
Hunter Lab90.3176-14.548431.0795
CIE-Lab92.3859-10.099633.6454

#eeeda8 color RGB value is (238,237,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10101000
Octal 356 355 250
Decimal 238 237 168
Hex EE ED A8

RGB Percentages of Color #eeeda8

%37.01
%36.86
%26.13

CMYK Percentages of Color #eeeda8

%0
%0
%29
%7

Triadic Colors of #eeeda8

#eeeda8 #a8eeed #eda8ee

Analogous Colors of #eeeda8

#eeeda8 #cceea8 #eecaa8

Monochromatic Colors of #eeeda8

#eeeda8

Complementary Color

#eeeda8 #a8a9ee

#eeeda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeda8 Color CSS Codes

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

#eeeda8 Text Font Color

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

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


#eeeda8 Background Color

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

This div background color is #eeeda8


#eeeda8 Border Color

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

This div border color is #eeeda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeda8

#eeeda8 Color Palettes


Comments

No comments written yet.

Please login to write comment.