Color Hex Logo

#edb7cb Color Hex

#EDB7CB
(237,183,203)
0 Favorites   0 Comments

Color spaces of #edb7cb

RGB 237183203
HSL0.940.600.82
HSV338°23°93°
CMYK 0.000.230.14   0.07
XYZ62.638056.183364.0430
Yxy56.18330.34250.3072
Hunter Lab74.955517.99471.8107
CIE-Lab79.718022.5364-2.5406

#edb7cb color RGB value is (237,183,203).

#edb7cb hex color red value is 237, green value is 183 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edb7cb hue: 0.94 , saturation: 0.60 and the lightness value of edb7cb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 11001011
Octal 355 267 313
Decimal 237 183 203
Hex ED B7 CB

RGB Percentages of Color #edb7cb

%38.04
%29.37
%32.58

CMYK Percentages of Color #edb7cb

%0
%23
%14
%7

Triadic Colors of #edb7cb

#edb7cb #cbedb7 #b7cbed

Analogous Colors of #edb7cb

#edb7cb #edbeb7 #edb7e6

Monochromatic Colors of #edb7cb

#edb7cb

Complementary Color

#edb7cb #b7edd9

#edb7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb7cb Color CSS Codes

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

#edb7cb Text Font Color

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

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


#edb7cb Background Color

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

This div background color is #edb7cb


#edb7cb Border Color

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

This div border color is #edb7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,183,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 #edb7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb7cb


Comments

No comments written yet.

Please login to write comment.