Color Hex Logo

#eeedc4 Color Hex

#EEEDC4
(238,237,196)
0 Favorites   0 Comments

Color spaces of #eeedc4

RGB 238237196
HSL0.160.550.85
HSV59°18°93°
CMYK 0.000.000.18   0.07
XYZ75.507982.731064.2135
Yxy82.73100.33940.3719
Hunter Lab90.9566-10.991721.8121
CIE-Lab92.8965-6.303120.0324

#eeedc4 color RGB value is (238,237,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11000100
Octal 356 355 304
Decimal 238 237 196
Hex EE ED C4

RGB Percentages of Color #eeedc4

%35.47
%35.32
%29.21

CMYK Percentages of Color #eeedc4

%0
%0
%18
%7

Triadic Colors of #eeedc4

#eeedc4 #c4eeed #edc4ee

Analogous Colors of #eeedc4

#eeedc4 #daeec4 #eed8c4

Monochromatic Colors of #eeedc4

#eeedc4

Complementary Color

#eeedc4 #c4c5ee

#eeedc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedc4 Color CSS Codes

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

#eeedc4 Text Font Color

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

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


#eeedc4 Background Color

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

This div background color is #eeedc4


#eeedc4 Border Color

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

This div border color is #eeedc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedc4


Comments

No comments written yet.

Please login to write comment.