Color Hex Logo

#edcbec Color Hex

#EDCBEC
(237,203,236)
0 Favorites   0 Comments

Color spaces of #edcbec

RGB 237203236
HSL0.840.490.86
HSV302°14°93°
CMYK 0.000.140.00   0.07
XYZ71.421366.772588.4810
Yxy66.77250.31510.2946
Hunter Lab81.714413.0150-6.9995
CIE-Lab85.388917.5477-11.8266

#edcbec color RGB value is (237,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11101100
Octal 355 313 354
Decimal 237 203 236
Hex ED CB EC

RGB Percentages of Color #edcbec

%35.06
%30.03
%34.91

CMYK Percentages of Color #edcbec

%0
%14
%0
%7

Triadic Colors of #edcbec

#edcbec #ecedcb #cbeced

Analogous Colors of #edcbec

#edcbec #edcbdb #ddcbed

Monochromatic Colors of #edcbec

#edcbec

Complementary Color

#edcbec #cbedcc

#edcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbec Color CSS Codes

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

#edcbec Text Font Color

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

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


#edcbec Background Color

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

This div background color is #edcbec


#edcbec Border Color

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

This div border color is #edcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbec


Comments

No comments written yet.

Please login to write comment.