Color Hex Logo

#ebc9ea Color Hex

#EBC9EA
(235,201,234)
0 Favorites   0 Comments

Color spaces of #ebc9ea

RGB 235201234
HSL0.840.460.85
HSV302°14°92°
CMYK 0.000.140.00   0.08
XYZ69.998965.376086.7714
Yxy65.37600.31510.2943
Hunter Lab80.855413.0357-7.0293
CIE-Lab84.677117.5779-11.8440

#ebc9ea color RGB value is (235,201,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 11101010
Octal 353 311 352
Decimal 235 201 234
Hex EB C9 EA

RGB Percentages of Color #ebc9ea

%35.07
%30.00
%34.93

CMYK Percentages of Color #ebc9ea

%0
%14
%0
%8

Triadic Colors of #ebc9ea

#ebc9ea #eaebc9 #c9eaeb

Analogous Colors of #ebc9ea

#ebc9ea #ebc9d9 #dbc9eb

Monochromatic Colors of #ebc9ea

#ebc9ea

Complementary Color

#ebc9ea #c9ebca

#ebc9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc9ea Color CSS Codes

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

#ebc9ea Text Font Color

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

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


#ebc9ea Background Color

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

This div background color is #ebc9ea


#ebc9ea Border Color

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

This div border color is #ebc9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc9ea


Comments

No comments written yet.

Please login to write comment.