Color Hex Logo

#edbccb Color Hex

#EDBCCB
(237,188,203)
0 Favorites   0 Comments

Color spaces of #edbccb

RGB 237188203
HSL0.950.580.83
HSV342°21°93°
CMYK 0.000.210.14   0.07
XYZ63.687858.282864.3929
Yxy58.28280.34170.3127
Hunter Lab76.343215.30963.4311
CIE-Lab80.895819.8773-0.8146

#edbccb color RGB value is (237,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11001011
Octal 355 274 313
Decimal 237 188 203
Hex ED BC CB

RGB Percentages of Color #edbccb

%37.74
%29.94
%32.32

CMYK Percentages of Color #edbccb

%0
%21
%14
%7

Triadic Colors of #edbccb

#edbccb #cbedbc #bccbed

Analogous Colors of #edbccb

#edbccb #edc6bc #edbce4

Monochromatic Colors of #edbccb

#edbccb

Complementary Color

#edbccb #bcedde

#edbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbccb Color CSS Codes

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

#edbccb Text Font Color

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

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


#edbccb Background Color

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

This div background color is #edbccb


#edbccb Border Color

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

This div border color is #edbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbccb


Comments

No comments written yet.

Please login to write comment.