Color Hex Logo

#ebc6ed Color Hex

#EBC6ED
(235,198,237)
0 Favorites   0 Comments

Color spaces of #ebc6ed

RGB 235198237
HSL0.820.520.85
HSV297°16°93°
CMYK 0.010.160.00   0.07
XYZ69.741164.164888.8300
Yxy64.16480.31310.2881
Hunter Lab80.102915.2297-9.6775
CIE-Lab84.051519.7196-14.3776

#ebc6ed color RGB value is (235,198,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 11101101
Octal 353 306 355
Decimal 235 198 237
Hex EB C6 ED

RGB Percentages of Color #ebc6ed

%35.07
%29.55
%35.37

CMYK Percentages of Color #ebc6ed

%1
%16
%0
%7

Triadic Colors of #ebc6ed

#ebc6ed #edebc6 #c6edeb

Analogous Colors of #ebc6ed

#ebc6ed #edc6dc #d8c6ed

Monochromatic Colors of #ebc6ed

#ebc6ed

Complementary Color

#ebc6ed #c8edc6

#ebc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc6ed Color CSS Codes

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

#ebc6ed Text Font Color

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

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


#ebc6ed Background Color

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

This div background color is #ebc6ed


#ebc6ed Border Color

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

This div border color is #ebc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc6ed


Comments

No comments written yet.

Please login to write comment.