Color Hex Logo

#ebc0ec Color Hex

#EBC0EC
(235,192,236)
0 Favorites   0 Comments

Color spaces of #ebc0ec

RGB 235192236
HSL0.830.540.84
HSV299°19°93°
CMYK 0.000.190.00   0.07
XYZ68.250961.417687.6144
Yxy61.41760.31410.2827
Hunter Lab78.369418.3070-11.4257
CIE-Lab82.602722.7290-16.0191

#ebc0ec color RGB value is (235,192,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 11101100
Octal 353 300 354
Decimal 235 192 236
Hex EB C0 EC

RGB Percentages of Color #ebc0ec

%35.44
%28.96
%35.60

CMYK Percentages of Color #ebc0ec

%0
%19
%0
%7

Triadic Colors of #ebc0ec

#ebc0ec #ecebc0 #c0eceb

Analogous Colors of #ebc0ec

#ebc0ec #ecc0d7 #d5c0ec

Monochromatic Colors of #ebc0ec

#ebc0ec

Complementary Color

#ebc0ec #c1ecc0

#ebc0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc0ec Color CSS Codes

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

#ebc0ec Text Font Color

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

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


#ebc0ec Background Color

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

This div background color is #ebc0ec


#ebc0ec Border Color

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

This div border color is #ebc0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc0ec


Comments

No comments written yet.

Please login to write comment.