Color Hex Logo

#ebc8ed Color Hex

#EBC8ED
(235,200,237)
0 Favorites   0 Comments

Color spaces of #ebc8ed

RGB 235200237
HSL0.820.510.86
HSV297°16°93°
CMYK 0.010.160.00   0.07
XYZ70.201365.085188.9834
Yxy65.08510.31300.2902
Hunter Lab80.675314.1436-8.9230
CIE-Lab84.527618.6573-13.6643

#ebc8ed color RGB value is (235,200,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 11101101
Octal 353 310 355
Decimal 235 200 237
Hex EB C8 ED

RGB Percentages of Color #ebc8ed

%34.97
%29.76
%35.27

CMYK Percentages of Color #ebc8ed

%1
%16
%0
%7

Triadic Colors of #ebc8ed

#ebc8ed #edebc8 #c8edeb

Analogous Colors of #ebc8ed

#ebc8ed #edc8dd #d9c8ed

Monochromatic Colors of #ebc8ed

#ebc8ed

Complementary Color

#ebc8ed #caedc8

#ebc8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc8ed Color CSS Codes

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

#ebc8ed Text Font Color

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

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


#ebc8ed Background Color

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

This div background color is #ebc8ed


#ebc8ed Border Color

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

This div border color is #ebc8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc8ed


Comments

No comments written yet.

Please login to write comment.