Color Hex Logo

#edbac7 Color Hex

#EDBAC7
(237,186,199)
0 Favorites   0 Comments

Color spaces of #edbac7

RGB 237186199
HSL0.960.590.83
HSV345°22°93°
CMYK 0.000.220.16   0.07
XYZ62.792857.245961.7728
Yxy57.24590.34540.3149
Hunter Lab75.661015.73444.5559
CIE-Lab80.317720.30970.4973

#edbac7 color RGB value is (237,186,199).

#edbac7 hex color red value is 237, green value is 186 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #edbac7 hue: 0.96 , saturation: 0.59 and the lightness value of edbac7 is 0.83.

The process color (four color CMYK) of #edbac7 color hex is 0.00, 0.22, 0.16, 0.07. Web safe color of #edbac7 is #ffcccc. Color #edbac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11000111
Octal 355 272 307
Decimal 237 186 199
Hex ED BA C7

RGB Percentages of Color #edbac7

%38.10
%29.90
%31.99

CMYK Percentages of Color #edbac7

%0
%22
%16
%7

Triadic Colors of #edbac7

#edbac7 #c7edba #bac7ed

Analogous Colors of #edbac7

#edbac7 #edc7ba #edbae1

Monochromatic Colors of #edbac7

#edbac7

Complementary Color

#edbac7 #baede0

#edbac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbac7 Color CSS Codes

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

#edbac7 Text Font Color

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

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


#edbac7 Background Color

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

This div background color is #edbac7


#edbac7 Border Color

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

This div border color is #edbac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbac7


Comments

No comments written yet.

Please login to write comment.