Color Hex Logo

#ebcceb Color Hex

#EBCCEB
(235,204,235)
0 Favorites   0 Comments

Color spaces of #ebcceb

RGB 235204235
HSL0.830.440.86
HSV300°13°92°
CMYK 0.000.130.00   0.08
XYZ70.849266.846187.7657
Yxy66.84610.31420.2965
Hunter Lab81.759511.6013-6.4140
CIE-Lab85.426216.1702-11.2581

#ebcceb color RGB value is (235,204,235).

#ebcceb hex color red value is 235, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebcceb hue: 0.83 , saturation: 0.44 and the lightness value of ebcceb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11101011
Octal 353 314 353
Decimal 235 204 235
Hex EB CC EB

RGB Percentages of Color #ebcceb

%34.87
%30.27
%34.87

CMYK Percentages of Color #ebcceb

%0
%13
%0
%8

Triadic Colors of #ebcceb

#ebcceb #ebebcc #ccebeb

Analogous Colors of #ebcceb

#ebcceb #ebccdc #dccceb

Monochromatic Colors of #ebcceb

#ebcceb

Complementary Color

#ebcceb #ccebcc

#ebcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcceb Color CSS Codes

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

#ebcceb Text Font Color

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

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


#ebcceb Background Color

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

This div background color is #ebcceb


#ebcceb Border Color

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

This div border color is #ebcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcceb

#ebcceb Color Palettes


Comments

No comments written yet.

Please login to write comment.