Color Hex Logo

#ebdcec Color Hex

#EBDCEC
(235,220,236)
0 Favorites   0 Comments

Color spaces of #ebdcec

RGB 235220236
HSL0.820.300.89
HSV296°93°
CMYK 0.000.070.00   0.07
XYZ74.994574.904789.8623
Yxy74.90470.31280.3124
Hunter Lab86.54753.2144-0.9776
CIE-Lab89.34837.9390-5.9662

#ebdcec color RGB value is (235,220,236).

#ebdcec hex color red value is 235, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ebdcec hue: 0.82 , saturation: 0.30 and the lightness value of ebdcec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11101100
Octal 353 334 354
Decimal 235 220 236
Hex EB DC EC

RGB Percentages of Color #ebdcec

%34.01
%31.84
%34.15

CMYK Percentages of Color #ebdcec

%0
%7
%0
%7

Triadic Colors of #ebdcec

#ebdcec #ecebdc #dceceb

Analogous Colors of #ebdcec

#ebdcec #ecdce5 #e3dcec

Monochromatic Colors of #ebdcec

#ebdcec

Complementary Color

#ebdcec #ddecdc

#ebdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcec Color CSS Codes

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

#ebdcec Text Font Color

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

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


#ebdcec Background Color

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

This div background color is #ebdcec


#ebdcec Border Color

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

This div border color is #ebdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcec


Comments

No comments written yet.

Please login to write comment.