Color Hex Logo

#edb1cb Color Hex

#EDB1CB
(237,177,203)
0 Favorites   0 Comments

Color spaces of #edb1cb

RGB 237177203
HSL0.930.630.81
HSV334°25°93°
CMYK 0.000.250.14   0.07
XYZ61.426753.760663.6392
Yxy53.76060.34350.3006
Hunter Lab73.321621.2292-0.1354
CIE-Lab78.321925.7310-4.5947

#edb1cb color RGB value is (237,177,203).

#edb1cb hex color red value is 237, green value is 177 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edb1cb hue: 0.93 , saturation: 0.63 and the lightness value of edb1cb is 0.81.

The process color (four color CMYK) of #edb1cb color hex is 0.00, 0.25, 0.14, 0.07. Web safe color of #edb1cb is #ff99cc. Color #edb1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 11001011
Octal 355 261 313
Decimal 237 177 203
Hex ED B1 CB

RGB Percentages of Color #edb1cb

%38.41
%28.69
%32.90

CMYK Percentages of Color #edb1cb

%0
%25
%14
%7

Triadic Colors of #edb1cb

#edb1cb #cbedb1 #b1cbed

Analogous Colors of #edb1cb

#edb1cb #edb5b1 #edb1e9

Monochromatic Colors of #edb1cb

#edb1cb

Complementary Color

#edb1cb #b1edd3

#edb1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb1cb Color CSS Codes

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

#edb1cb Text Font Color

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

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


#edb1cb Background Color

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

This div background color is #edb1cb


#edb1cb Border Color

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

This div border color is #edb1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb1cb

#edb1cb Color Palettes


Comments

No comments written yet.

Please login to write comment.