Color Hex Logo

#edd5bc Color Hex

#EDD5BC
(237,213,188)
0 Favorites   0 Comments

Color spaces of #edd5bc

RGB 237213188
HSL0.090.580.83
HSV31°21°93°
CMYK 0.000.100.21   0.07
XYZ67.796469.223957.3652
Yxy69.22390.34880.3561
Hunter Lab83.2009-0.150517.3615
CIE-Lab86.61484.439515.3897

#edd5bc color RGB value is (237,213,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 10111100
Octal 355 325 274
Decimal 237 213 188
Hex ED D5 BC

RGB Percentages of Color #edd5bc

%37.15
%33.39
%29.47

CMYK Percentages of Color #edd5bc

%0
%10
%21
%7

Triadic Colors of #edd5bc

#edd5bc #bcedd5 #d5bced

Analogous Colors of #edd5bc

#edd5bc #ededbc #edbdbc

Monochromatic Colors of #edd5bc

#edd5bc

Complementary Color

#edd5bc #bcd4ed

#edd5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd5bc Color CSS Codes

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

#edd5bc Text Font Color

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

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


#edd5bc Background Color

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

This div background color is #edd5bc


#edd5bc Border Color

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

This div border color is #edd5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd5bc

#edd5bc Color Palettes


Comments

No comments written yet.

Please login to write comment.