Color Hex Logo

#edbcce Color Hex

#EDBCCE
(237,188,206)
0 Favorites   0 Comments

Color spaces of #edbcce

RGB 237188206
HSL0.940.580.83
HSV338°21°93°
CMYK 0.000.210.13   0.07
XYZ64.048958.427266.2944
Yxy58.42720.33930.3095
Hunter Lab76.437715.80332.0842
CIE-Lab80.975720.3580-2.3132

#edbcce color RGB value is (237,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11001110
Octal 355 274 316
Decimal 237 188 206
Hex ED BC CE

RGB Percentages of Color #edbcce

%37.56
%29.79
%32.65

CMYK Percentages of Color #edbcce

%0
%21
%13
%7

Triadic Colors of #edbcce

#edbcce #ceedbc #bcceed

Analogous Colors of #edbcce

#edbcce #edc3bc #edbce7

Monochromatic Colors of #edbcce

#edbcce

Complementary Color

#edbcce #bceddb

#edbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcce Color CSS Codes

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

#edbcce Text Font Color

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

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


#edbcce Background Color

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

This div background color is #edbcce


#edbcce Border Color

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

This div border color is #edbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcce


Comments

No comments written yet.

Please login to write comment.