Color Hex Logo

#edd1bc Color Hex

#EDD1BC
(237,209,188)
0 Favorites   0 Comments

Color spaces of #edd1bc

RGB 237209188
HSL0.070.580.83
HSV26°21°93°
CMYK 0.000.120.21   0.07
XYZ66.802667.236357.0340
Yxy67.23630.34960.3519
Hunter Lab81.99771.925816.1589
CIE-Lab85.62316.520313.9914

#edd1bc color RGB value is (237,209,188).

#edd1bc hex color red value is 237, green value is 209 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #edd1bc hue: 0.07 , saturation: 0.58 and the lightness value of edd1bc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10111100
Octal 355 321 274
Decimal 237 209 188
Hex ED D1 BC

RGB Percentages of Color #edd1bc

%37.38
%32.97
%29.65

CMYK Percentages of Color #edd1bc

%0
%12
%21
%7

Triadic Colors of #edd1bc

#edd1bc #bcedd1 #d1bced

Analogous Colors of #edd1bc

#edd1bc #edeabc #edbcc0

Monochromatic Colors of #edd1bc

#edd1bc

Complementary Color

#edd1bc #bcd8ed

#edd1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd1bc Color CSS Codes

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

#edd1bc Text Font Color

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

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


#edd1bc Background Color

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

This div background color is #edd1bc


#edd1bc Border Color

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

This div border color is #edd1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd1bc


Comments

No comments written yet.

Please login to write comment.