Color Hex Logo

#eeeed1 Color Hex LightYellow2

#EEEED1
(238,238,209)
8 Favorites   0 Comments

Color spaces of #eeeed1 LightYellow2

RGB 238238209
HSL0.170.460.88
HSV60°12°93°
CMYK 0.000.000.12   0.07
XYZ77.343183.929772.4452
Yxy83.92970.33090.3591
Hunter Lab91.6132-9.626917.2443
CIE-Lab93.4200-4.837514.0542

#eeeed1 color RGB value is (238,238,209). #eeeed1 color name is LightYellow2 color.

#eeeed1 hex color red value is 238, green value is 238 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #eeeed1 hue: 0.17 , saturation: 0.46 and the lightness value of eeeed1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11010001
Octal 356 356 321
Decimal 238 238 209
Hex EE EE D1

RGB Percentages of Color #eeeed1

%34.74
%34.74
%30.51

CMYK Percentages of Color #eeeed1

%0
%0
%12
%7

Triadic Colors of #eeeed1

#eeeed1 #d1eeee #eed1ee

Analogous Colors of #eeeed1

#eeeed1 #e0eed1 #eee0d1

Monochromatic Colors of #eeeed1

#eeeed1

Complementary Color

#eeeed1 #d1d1ee

#eeeed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeed1 Color CSS Codes

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

#eeeed1 Text Font Color

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

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


#eeeed1 Background Color

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

This div background color is #eeeed1


#eeeed1 Border Color

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

This div border color is #eeeed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeed1


Comments

No comments written yet.

Please login to write comment.