Color Hex Logo

#ebcbeb Color Hex

#EBCBEB
(235,203,235)
0 Favorites   0 Comments

Color spaces of #ebcbeb

RGB 235203235
HSL0.830.440.86
HSV300°14°92°
CMYK 0.000.140.00   0.08
XYZ70.612366.372287.6867
Yxy66.37220.31430.2954
Hunter Lab81.469112.1415-6.7865
CIE-Lab85.185916.6999-11.6165

#ebcbeb color RGB value is (235,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11101011
Octal 353 313 353
Decimal 235 203 235
Hex EB CB EB

RGB Percentages of Color #ebcbeb

%34.92
%30.16
%34.92

CMYK Percentages of Color #ebcbeb

%0
%14
%0
%8

Triadic Colors of #ebcbeb

#ebcbeb #ebebcb #cbebeb

Analogous Colors of #ebcbeb

#ebcbeb #ebcbdb #dbcbeb

Monochromatic Colors of #ebcbeb

#ebcbeb

Complementary Color

#ebcbeb #cbebcb

#ebcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbeb Color CSS Codes

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

#ebcbeb Text Font Color

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

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


#ebcbeb Background Color

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

This div background color is #ebcbeb


#ebcbeb Border Color

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

This div border color is #ebcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbeb


Comments

No comments written yet.

Please login to write comment.