Color Hex Logo

#edbcdb Color Hex

#EDBCDB
(237,188,219)
0 Favorites   0 Comments

Color spaces of #edbcdb

RGB 237188219
HSL0.890.580.83
HSV322°21°93°
CMYK 0.000.210.08   0.07
XYZ65.694559.085474.9600
Yxy59.08540.32890.2958
Hunter Lab76.867018.0379-4.0121
CIE-Lab81.338522.5168-8.7733

#edbcdb color RGB value is (237,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11011011
Octal 355 274 333
Decimal 237 188 219
Hex ED BC DB

RGB Percentages of Color #edbcdb

%36.80
%29.19
%34.01

CMYK Percentages of Color #edbcdb

%0
%21
%8
%7

Triadic Colors of #edbcdb

#edbcdb #dbedbc #bcdbed

Analogous Colors of #edbcdb

#edbcdb #edbcc3 #e7bced

Monochromatic Colors of #edbcdb

#edbcdb

Complementary Color

#edbcdb #bcedce

#edbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcdb Color CSS Codes

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

#edbcdb Text Font Color

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

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


#edbcdb Background Color

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

This div background color is #edbcdb


#edbcdb Border Color

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

This div border color is #edbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcdb


Comments

No comments written yet.

Please login to write comment.