Color Hex Logo

#edbcbd Color Hex

#EDBCBD
(237,188,189)
0 Favorites   0 Comments

Color spaces of #edbcbd

RGB 237188189
HSL1.000.580.83
HSV359°21°93°
CMYK 0.000.210.20   0.07
XYZ62.093657.645155.9980
Yxy57.64510.35330.3280
Hunter Lab75.924413.11599.4177
CIE-Lab80.541117.72466.2114

#edbcbd color RGB value is (237,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10111101
Octal 355 274 275
Decimal 237 188 189
Hex ED BC BD

RGB Percentages of Color #edbcbd

%38.60
%30.62
%30.78

CMYK Percentages of Color #edbcbd

%0
%21
%20
%7

Triadic Colors of #edbcbd

#edbcbd #bdedbc #bcbded

Analogous Colors of #edbcbd

#edbcbd #edd4bc #edbcd6

Monochromatic Colors of #edbcbd

#edbcbd

Complementary Color

#edbcbd #bcedec

#edbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcbd Color CSS Codes

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

#edbcbd Text Font Color

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

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


#edbcbd Background Color

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

This div background color is #edbcbd


#edbcbd Border Color

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

This div border color is #edbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcbd


Comments

No comments written yet.

Please login to write comment.