Color Hex Logo

#edbcdc Color Hex

#EDBCDC
(237,188,220)
0 Favorites   0 Comments

Color spaces of #edbcdc

RGB 237188220
HSL0.890.580.83
HSV321°21°93°
CMYK 0.000.210.07   0.07
XYZ65.826559.138375.6555
Yxy59.13830.32810.2948
Hunter Lab76.901418.2159-4.4984
CIE-Lab81.367622.6875-9.2677

#edbcdc color RGB value is (237,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11011100
Octal 355 274 334
Decimal 237 188 220
Hex ED BC DC

RGB Percentages of Color #edbcdc

%36.74
%29.15
%34.11

CMYK Percentages of Color #edbcdc

%0
%21
%7
%7

Triadic Colors of #edbcdc

#edbcdc #dcedbc #bcdced

Analogous Colors of #edbcdc

#edbcdc #edbcc4 #e6bced

Monochromatic Colors of #edbcdc

#edbcdc

Complementary Color

#edbcdc #bcedcd

#edbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcdc Color CSS Codes

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

#edbcdc Text Font Color

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

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


#edbcdc Background Color

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

This div background color is #edbcdc


#edbcdc Border Color

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

This div border color is #edbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcdc


Comments

No comments written yet.

Please login to write comment.