Color Hex Logo

#edd8bc Color Hex

#EDD8BC
(237,216,188)
1 Favorites   0 Comments

Color spaces of #edd8bc

RGB 237216188
HSL0.100.580.83
HSV34°21°93°
CMYK 0.000.090.21   0.07
XYZ68.558070.747157.6191
Yxy70.74710.34810.3593
Hunter Lab84.1113-1.701818.2622
CIE-Lab87.36202.885516.4400

#edd8bc color RGB value is (237,216,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10111100
Octal 355 330 274
Decimal 237 216 188
Hex ED D8 BC

RGB Percentages of Color #edd8bc

%36.97
%33.70
%29.33

CMYK Percentages of Color #edd8bc

%0
%9
%21
%7

Triadic Colors of #edd8bc

#edd8bc #bcedd8 #d8bced

Analogous Colors of #edd8bc

#edd8bc #eaedbc #edc0bc

Monochromatic Colors of #edd8bc

#edd8bc

Complementary Color

#edd8bc #bcd1ed

#edd8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd8bc Color CSS Codes

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

#edd8bc Text Font Color

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

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


#edd8bc Background Color

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

This div background color is #edd8bc


#edd8bc Border Color

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

This div border color is #edd8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd8bc


Comments

No comments written yet.

Please login to write comment.