Color Hex Logo

#eedcbc Color Hex

#EEDCBC
(238,220,188)
0 Favorites   0 Comments

Color spaces of #eedcbc

RGB 238220188
HSL0.110.600.84
HSV38°21°93°
CMYK 0.000.080.21   0.07
XYZ69.930272.994457.9806
Yxy72.99440.34810.3633
Hunter Lab85.4368-3.411619.5693
CIE-Lab88.44501.189117.9698

#eedcbc color RGB value is (238,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10111100
Octal 356 334 274
Decimal 238 220 188
Hex EE DC BC

RGB Percentages of Color #eedcbc

%36.84
%34.06
%29.10

CMYK Percentages of Color #eedcbc

%0
%8
%21
%7

Triadic Colors of #eedcbc

#eedcbc #bceedc #dcbcee

Analogous Colors of #eedcbc

#eedcbc #e7eebc #eec3bc

Monochromatic Colors of #eedcbc

#eedcbc

Complementary Color

#eedcbc #bcceee

#eedcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcbc Color CSS Codes

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

#eedcbc Text Font Color

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

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


#eedcbc Background Color

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

This div background color is #eedcbc


#eedcbc Border Color

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

This div border color is #eedcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcbc


Comments

No comments written yet.

Please login to write comment.