Color Hex Logo

#ebd6ea Color Hex

#EBD6EA
(235,214,234)
0 Favorites   0 Comments

Color spaces of #ebd6ea

RGB 235214234
HSL0.840.340.88
HSV303°92°
CMYK 0.000.090.00   0.08
XYZ73.158871.695887.8247
Yxy71.69580.31440.3081
Hunter Lab84.67346.0477-2.2253
CIE-Lab87.822010.7172-7.1691

#ebd6ea color RGB value is (235,214,234).

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

The process color (four color CMYK) of #ebd6ea color hex is 0.00, 0.09, 0.00, 0.08. Web safe color of #ebd6ea is #ffccff. Color #ebd6ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 11101010
Octal 353 326 352
Decimal 235 214 234
Hex EB D6 EA

RGB Percentages of Color #ebd6ea

%34.41
%31.33
%34.26

CMYK Percentages of Color #ebd6ea

%0
%9
%0
%8

Triadic Colors of #ebd6ea

#ebd6ea #eaebd6 #d6eaeb

Analogous Colors of #ebd6ea

#ebd6ea #ebd6e0 #e2d6eb

Monochromatic Colors of #ebd6ea

#ebd6ea

Complementary Color

#ebd6ea #d6ebd7

#ebd6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6ea Color CSS Codes

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

#ebd6ea Text Font Color

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

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


#ebd6ea Background Color

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

This div background color is #ebd6ea


#ebd6ea Border Color

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

This div border color is #ebd6ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,214,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6ea


Comments

No comments written yet.

Please login to write comment.