Color Hex Logo

#ebc6ea Color Hex

#EBC6EA
(235,198,234)
1 Favorites   0 Comments

Color spaces of #ebc6ea

RGB 235198234
HSL0.840.480.85
HSV302°16°92°
CMYK 0.000.160.00   0.08
XYZ69.306363.990886.5405
Yxy63.99080.31530.2911
Hunter Lab79.994214.6609-8.1460
CIE-Lab83.961019.1706-12.9141

#ebc6ea color RGB value is (235,198,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 11101010
Octal 353 306 352
Decimal 235 198 234
Hex EB C6 EA

RGB Percentages of Color #ebc6ea

%35.23
%29.69
%35.08

CMYK Percentages of Color #ebc6ea

%0
%16
%0
%8

Triadic Colors of #ebc6ea

#ebc6ea #eaebc6 #c6eaeb

Analogous Colors of #ebc6ea

#ebc6ea #ebc6d8 #dac6eb

Monochromatic Colors of #ebc6ea

#ebc6ea

Complementary Color

#ebc6ea #c6ebc7

#ebc6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc6ea Color CSS Codes

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

#ebc6ea Text Font Color

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

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


#ebc6ea Background Color

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

This div background color is #ebc6ea


#ebc6ea Border Color

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

This div border color is #ebc6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc6ea


Comments

No comments written yet.

Please login to write comment.