Color Hex Logo

#ebdbeb Color Hex

#EBDBEB
(235,219,235)
0 Favorites   0 Comments

Color spaces of #ebdbeb

RGB 235219235
HSL0.830.290.89
HSV300°92°
CMYK 0.000.070.00   0.08
XYZ74.587974.323489.0119
Yxy74.32340.31350.3124
Hunter Lab86.21103.5650-0.8685
CIE-Lab89.07518.2802-5.8437

#ebdbeb color RGB value is (235,219,235).

#ebdbeb hex color red value is 235, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebdbeb hue: 0.83 , saturation: 0.29 and the lightness value of ebdbeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11101011
Octal 353 333 353
Decimal 235 219 235
Hex EB DB EB

RGB Percentages of Color #ebdbeb

%34.11
%31.79
%34.11

CMYK Percentages of Color #ebdbeb

%0
%7
%0
%8

Triadic Colors of #ebdbeb

#ebdbeb #ebebdb #dbebeb

Analogous Colors of #ebdbeb

#ebdbeb #ebdbe3 #e3dbeb

Monochromatic Colors of #ebdbeb

#ebdbeb

Complementary Color

#ebdbeb #dbebdb

#ebdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbeb Color CSS Codes

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

#ebdbeb Text Font Color

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

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


#ebdbeb Background Color

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

This div background color is #ebdbeb


#ebdbeb Border Color

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

This div border color is #ebdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbeb

#ebdbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.