Color Hex Logo

#edbcdd Color Hex

#EDBCDD
(237,188,221)
0 Favorites   0 Comments

Color spaces of #edbcdd

RGB 237188221
HSL0.890.580.83
HSV320°21°93°
CMYK 0.000.210.07   0.07
XYZ65.959459.191476.3553
Yxy59.19140.32730.2937
Hunter Lab76.935918.3953-4.9874
CIE-Lab81.396722.8594-9.7620

#edbcdd color RGB value is (237,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11011101
Octal 355 274 335
Decimal 237 188 221
Hex ED BC DD

RGB Percentages of Color #edbcdd

%36.69
%29.10
%34.21

CMYK Percentages of Color #edbcdd

%0
%21
%7
%7

Triadic Colors of #edbcdd

#edbcdd #ddedbc #bcdded

Analogous Colors of #edbcdd

#edbcdd #edbcc5 #e5bced

Monochromatic Colors of #edbcdd

#edbcdd

Complementary Color

#edbcdd #bcedcc

#edbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcdd Color CSS Codes

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

#edbcdd Text Font Color

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

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


#edbcdd Background Color

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

This div background color is #edbcdd


#edbcdd Border Color

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

This div border color is #edbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcdd


Comments

No comments written yet.

Please login to write comment.