Color Hex Logo

#eedca6 Color Hex

#EEDCA6
(238,220,166)
0 Favorites   0 Comments

Color spaces of #eedca6

RGB 238220166
HSL0.130.680.79
HSV45°30°93°
CMYK 0.000.080.30   0.07
XYZ67.736072.116746.4262
Yxy72.11670.36360.3871
Hunter Lab84.9216-6.235727.0315
CIE-Lab88.0247-1.770528.8202

#eedca6 color RGB value is (238,220,166).

#eedca6 hex color red value is 238, green value is 220 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #eedca6 hue: 0.13 , saturation: 0.68 and the lightness value of eedca6 is 0.79.

The process color (four color CMYK) of #eedca6 color hex is 0.00, 0.08, 0.30, 0.07. Web safe color of #eedca6 is #ffcc99. Color #eedca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10100110
Octal 356 334 246
Decimal 238 220 166
Hex EE DC A6

RGB Percentages of Color #eedca6

%38.14
%35.26
%26.60

CMYK Percentages of Color #eedca6

%0
%8
%30
%7

Triadic Colors of #eedca6

#eedca6 #a6eedc #dca6ee

Analogous Colors of #eedca6

#eedca6 #dceea6 #eeb8a6

Monochromatic Colors of #eedca6

#eedca6

Complementary Color

#eedca6 #a6b8ee

#eedca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedca6 Color CSS Codes

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

#eedca6 Text Font Color

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

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


#eedca6 Background Color

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

This div background color is #eedca6


#eedca6 Border Color

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

This div border color is #eedca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedca6


Comments

No comments written yet.

Please login to write comment.