Color Hex Logo

#edbcec Color Hex

#EDBCEC
(237,188,236)
0 Favorites   0 Comments

Color spaces of #edbcec

RGB 237188236
HSL0.840.580.83
HSV301°21°93°
CMYK 0.000.210.00   0.07
XYZ68.048660.027187.3567
Yxy60.02710.31590.2786
Hunter Lab77.477221.1925-12.6164
CIE-Lab81.852925.5182-17.1293

#edbcec color RGB value is (237,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11101100
Octal 355 274 354
Decimal 237 188 236
Hex ED BC EC

RGB Percentages of Color #edbcec

%35.85
%28.44
%35.70

CMYK Percentages of Color #edbcec

%0
%21
%0
%7

Triadic Colors of #edbcec

#edbcec #ecedbc #bceced

Analogous Colors of #edbcec

#edbcec #edbcd4 #d6bced

Monochromatic Colors of #edbcec

#edbcec

Complementary Color

#edbcec #bcedbd

#edbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcec Color CSS Codes

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

#edbcec Text Font Color

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

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


#edbcec Background Color

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

This div background color is #edbcec


#edbcec Border Color

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

This div border color is #edbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcec


Comments

No comments written yet.

Please login to write comment.