Color Hex Logo

#eedcb1 Color Hex

#EEDCB1
(238,220,177)
0 Favorites   0 Comments

Color spaces of #eedcb1

RGB 238220177
HSL0.120.640.81
HSV42°26°93°
CMYK 0.000.080.26   0.07
XYZ68.788972.537951.9706
Yxy72.53790.35590.3753
Hunter Lab85.1692-4.876323.4394
CIE-Lab88.2269-0.339523.4002

#eedcb1 color RGB value is (238,220,177).

#eedcb1 hex color red value is 238, green value is 220 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #eedcb1 hue: 0.12 , saturation: 0.64 and the lightness value of eedcb1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10110001
Octal 356 334 261
Decimal 238 220 177
Hex EE DC B1

RGB Percentages of Color #eedcb1

%37.48
%34.65
%27.87

CMYK Percentages of Color #eedcb1

%0
%8
%26
%7

Triadic Colors of #eedcb1

#eedcb1 #b1eedc #dcb1ee

Analogous Colors of #eedcb1

#eedcb1 #e2eeb1 #eebeb1

Monochromatic Colors of #eedcb1

#eedcb1

Complementary Color

#eedcb1 #b1c3ee

#eedcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcb1 Color CSS Codes

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

#eedcb1 Text Font Color

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

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


#eedcb1 Background Color

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

This div background color is #eedcb1


#eedcb1 Border Color

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

This div border color is #eedcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcb1

#eedcb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.