Color Hex Logo

#ebc1ec Color Hex

#EBC1EC
(235,193,236)
0 Favorites   0 Comments

Color spaces of #ebc1ec

RGB 235193236
HSL0.830.530.84
HSV299°18°93°
CMYK 0.000.180.00   0.07
XYZ68.471261.858287.6879
Yxy61.85820.31410.2837
Hunter Lab78.650017.7613-11.0482
CIE-Lab82.838022.1963-15.6655

#ebc1ec color RGB value is (235,193,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11101100
Octal 353 301 354
Decimal 235 193 236
Hex EB C1 EC

RGB Percentages of Color #ebc1ec

%35.39
%29.07
%35.54

CMYK Percentages of Color #ebc1ec

%0
%18
%0
%7

Triadic Colors of #ebc1ec

#ebc1ec #ecebc1 #c1eceb

Analogous Colors of #ebc1ec

#ebc1ec #ecc1d8 #d6c1ec

Monochromatic Colors of #ebc1ec

#ebc1ec

Complementary Color

#ebc1ec #c2ecc1

#ebc1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1ec Color CSS Codes

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

#ebc1ec Text Font Color

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

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


#ebc1ec Background Color

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

This div background color is #ebc1ec


#ebc1ec Border Color

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

This div border color is #ebc1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1ec


Comments

No comments written yet.

Please login to write comment.