Color Hex Logo

#ebd6ec Color Hex

#EBD6EC
(235,214,236)
0 Favorites   0 Comments

Color spaces of #ebd6ec

RGB 235214236
HSL0.830.370.88
HSV297°93°
CMYK 0.000.090.00   0.07
XYZ73.447871.811489.3468
Yxy71.81140.31310.3061
Hunter Lab84.74166.4129-3.1929
CIE-Lab87.877711.0794-8.1423

#ebd6ec color RGB value is (235,214,236).

#ebd6ec hex color red value is 235, green value is 214 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ebd6ec hue: 0.83 , saturation: 0.37 and the lightness value of ebd6ec is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 11101100
Octal 353 326 354
Decimal 235 214 236
Hex EB D6 EC

RGB Percentages of Color #ebd6ec

%34.31
%31.24
%34.45

CMYK Percentages of Color #ebd6ec

%0
%9
%0
%7

Triadic Colors of #ebd6ec

#ebd6ec #ecebd6 #d6eceb

Analogous Colors of #ebd6ec

#ebd6ec #ecd6e2 #e0d6ec

Monochromatic Colors of #ebd6ec

#ebd6ec

Complementary Color

#ebd6ec #d7ecd6

#ebd6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6ec Color CSS Codes

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

#ebd6ec Text Font Color

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

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


#ebd6ec Background Color

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

This div background color is #ebd6ec


#ebd6ec Border Color

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

This div border color is #ebd6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6ec

#ebd6ec Color Palettes


Comments

No comments written yet.

Please login to write comment.