Color Hex Logo

#edb3ce Color Hex

#EDB3CE
(237,179,206)
0 Favorites   0 Comments

Color spaces of #edb3ce

RGB 237179206
HSL0.920.620.82
HSV332°24°93°
CMYK 0.000.240.13   0.07
XYZ62.185754.701065.6733
Yxy54.70100.34060.2996
Hunter Lab73.960120.6526-0.8748
CIE-Lab78.868725.1473-5.4149

#edb3ce color RGB value is (237,179,206).

#edb3ce hex color red value is 237, green value is 179 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edb3ce hue: 0.92 , saturation: 0.62 and the lightness value of edb3ce is 0.82.

The process color (four color CMYK) of #edb3ce color hex is 0.00, 0.24, 0.13, 0.07. Web safe color of #edb3ce is #ffcccc. Color #edb3ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 11001110
Octal 355 263 316
Decimal 237 179 206
Hex ED B3 CE

RGB Percentages of Color #edb3ce

%38.10
%28.78
%33.12

CMYK Percentages of Color #edb3ce

%0
%24
%13
%7

Triadic Colors of #edb3ce

#edb3ce #ceedb3 #b3ceed

Analogous Colors of #edb3ce

#edb3ce #edb5b3 #edb3eb

Monochromatic Colors of #edb3ce

#edb3ce

Complementary Color

#edb3ce #b3edd2

#edb3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb3ce Color CSS Codes

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

#edb3ce Text Font Color

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

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


#edb3ce Background Color

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

This div background color is #edb3ce


#edb3ce Border Color

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

This div border color is #edb3ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,179,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb3ce


Comments

No comments written yet.

Please login to write comment.