Color Hex Logo

#edbcbe Color Hex

#EDBCBE
(237,188,190)
0 Favorites   0 Comments

Color spaces of #edbcbe

RGB 237188190
HSL0.990.580.83
HSV358°21°93°
CMYK 0.000.210.20   0.07
XYZ62.202557.688756.5718
Yxy57.68870.35250.3269
Hunter Lab75.953113.26649.0064
CIE-Lab80.565417.87325.7079

#edbcbe color RGB value is (237,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10111110
Octal 355 274 276
Decimal 237 188 190
Hex ED BC BE

RGB Percentages of Color #edbcbe

%38.54
%30.57
%30.89

CMYK Percentages of Color #edbcbe

%0
%21
%20
%7

Triadic Colors of #edbcbe

#edbcbe #beedbc #bcbeed

Analogous Colors of #edbcbe

#edbcbe #edd3bc #edbcd7

Monochromatic Colors of #edbcbe

#edbcbe

Complementary Color

#edbcbe #bcedeb

#edbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcbe Color CSS Codes

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

#edbcbe Text Font Color

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

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


#edbcbe Background Color

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

This div background color is #edbcbe


#edbcbe Border Color

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

This div border color is #edbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcbe

#edbcbe Color Palettes


Comments

No comments written yet.

Please login to write comment.