Color Hex Logo

#eedcb6 Color Hex

#EEDCB6
(238,220,182)
0 Favorites   0 Comments

Color spaces of #eedcb6

RGB 238220182
HSL0.110.620.82
HSV41°24°93°
CMYK 0.000.080.24   0.07
XYZ69.296672.740954.6441
Yxy72.74090.35230.3698
Hunter Lab85.2883-4.223521.7148
CIE-Lab88.32400.343520.9322

#eedcb6 color RGB value is (238,220,182).

#eedcb6 hex color red value is 238, green value is 220 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #eedcb6 hue: 0.11 , saturation: 0.62 and the lightness value of eedcb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10110110
Octal 356 334 266
Decimal 238 220 182
Hex EE DC B6

RGB Percentages of Color #eedcb6

%37.19
%34.38
%28.44

CMYK Percentages of Color #eedcb6

%0
%8
%24
%7

Triadic Colors of #eedcb6

#eedcb6 #b6eedc #dcb6ee

Analogous Colors of #eedcb6

#eedcb6 #e4eeb6 #eec0b6

Monochromatic Colors of #eedcb6

#eedcb6

Complementary Color

#eedcb6 #b6c8ee

#eedcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcb6 Color CSS Codes

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

#eedcb6 Text Font Color

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

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


#eedcb6 Background Color

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

This div background color is #eedcb6


#eedcb6 Border Color

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

This div border color is #eedcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcb6


Comments

No comments written yet.

Please login to write comment.