Color Hex Logo

#ebd0ed Color Hex

#EBD0ED
(235,208,237)
0 Favorites   0 Comments

Color spaces of #ebd0ed

RGB 235208237
HSL0.820.450.87
HSV296°12°93°
CMYK 0.010.120.00   0.07
XYZ72.102968.888389.6173
Yxy68.88830.31270.2987
Hunter Lab82.99909.8184-5.9185
CIE-Lab86.448714.4212-10.7949

#ebd0ed color RGB value is (235,208,237).

#ebd0ed hex color red value is 235, green value is 208 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebd0ed hue: 0.82 , saturation: 0.45 and the lightness value of ebd0ed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 11101101
Octal 353 320 355
Decimal 235 208 237
Hex EB D0 ED

RGB Percentages of Color #ebd0ed

%34.56
%30.59
%34.85

CMYK Percentages of Color #ebd0ed

%1
%12
%0
%7

Triadic Colors of #ebd0ed

#ebd0ed #edebd0 #d0edeb

Analogous Colors of #ebd0ed

#ebd0ed #edd0e1 #ddd0ed

Monochromatic Colors of #ebd0ed

#ebd0ed

Complementary Color

#ebd0ed #d2edd0

#ebd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd0ed Color CSS Codes

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

#ebd0ed Text Font Color

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

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


#ebd0ed Background Color

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

This div background color is #ebd0ed


#ebd0ed Border Color

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

This div border color is #ebd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd0ed


Comments

No comments written yet.

Please login to write comment.