Color Hex Logo

#ebd3ec Color Hex

#EBD3EC
(235,211,236)
0 Favorites   0 Comments

Color spaces of #ebd3ec

RGB 235211236
HSL0.830.400.88
HSV298°11°93°
CMYK 0.000.110.00   0.07
XYZ72.695570.306889.0960
Yxy70.30680.31320.3029
Hunter Lab83.84928.0198-4.3057
CIE-Lab87.147112.6567-9.2266

#ebd3ec color RGB value is (235,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 11101100
Octal 353 323 354
Decimal 235 211 236
Hex EB D3 EC

RGB Percentages of Color #ebd3ec

%34.46
%30.94
%34.60

CMYK Percentages of Color #ebd3ec

%0
%11
%0
%7

Triadic Colors of #ebd3ec

#ebd3ec #ecebd3 #d3eceb

Analogous Colors of #ebd3ec

#ebd3ec #ecd3e1 #dfd3ec

Monochromatic Colors of #ebd3ec

#ebd3ec

Complementary Color

#ebd3ec #d4ecd3

#ebd3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd3ec Color CSS Codes

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

#ebd3ec Text Font Color

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

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


#ebd3ec Background Color

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

This div background color is #ebd3ec


#ebd3ec Border Color

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

This div border color is #ebd3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd3ec

#ebd3ec Color Palettes


Comments

No comments written yet.

Please login to write comment.