Color Hex Logo

#ebc6ec Color Hex

#EBC6EC
(235,198,236)
0 Favorites   0 Comments

Color spaces of #ebc6ec

RGB 235198236
HSL0.830.500.85
HSV298°16°93°
CMYK 0.000.160.00   0.07
XYZ69.595464.106588.0626
Yxy64.10650.31380.2891
Hunter Lab80.066515.0393-9.1646
CIE-Lab84.021219.5360-13.8901

#ebc6ec color RGB value is (235,198,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 11101100
Octal 353 306 354
Decimal 235 198 236
Hex EB C6 EC

RGB Percentages of Color #ebc6ec

%35.13
%29.60
%35.28

CMYK Percentages of Color #ebc6ec

%0
%16
%0
%7

Triadic Colors of #ebc6ec

#ebc6ec #ecebc6 #c6eceb

Analogous Colors of #ebc6ec

#ebc6ec #ecc6da #d8c6ec

Monochromatic Colors of #ebc6ec

#ebc6ec

Complementary Color

#ebc6ec #c7ecc6

#ebc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc6ec Color CSS Codes

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

#ebc6ec Text Font Color

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

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


#ebc6ec Background Color

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

This div background color is #ebc6ec


#ebc6ec Border Color

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

This div border color is #ebc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc6ec


Comments

No comments written yet.

Please login to write comment.