Color Hex Logo

#eeddc4 Color Hex

#EEDDC4
(238,221,196)
0 Favorites   0 Comments

Color spaces of #eeddc4

RGB 238221196
HSL0.100.550.85
HSV36°18°93°
CMYK 0.000.070.18   0.07
XYZ71.080273.875662.7376
Yxy73.87560.34220.3557
Hunter Lab85.9509-2.797116.8885
CIE-Lab88.86371.845614.3741

#eeddc4 color RGB value is (238,221,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11000100
Octal 356 335 304
Decimal 238 221 196
Hex EE DD C4

RGB Percentages of Color #eeddc4

%36.34
%33.74
%29.92

CMYK Percentages of Color #eeddc4

%0
%7
%18
%7

Triadic Colors of #eeddc4

#eeddc4 #c4eedd #ddc4ee

Analogous Colors of #eeddc4

#eeddc4 #eaeec4 #eec8c4

Monochromatic Colors of #eeddc4

#eeddc4

Complementary Color

#eeddc4 #c4d5ee

#eeddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddc4 Color CSS Codes

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

#eeddc4 Text Font Color

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

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


#eeddc4 Background Color

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

This div background color is #eeddc4


#eeddc4 Border Color

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

This div border color is #eeddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddc4

#eeddc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.