Color Hex Logo

#ebdebe Color Hex

#EBDEBE
(235,222,190)
0 Favorites   0 Comments

Color spaces of #ebdebe

RGB 235222190
HSL0.120.530.83
HSV43°19°92°
CMYK 0.000.060.19   0.08
XYZ69.676573.622459.2534
Yxy73.62240.34400.3635
Hunter Lab85.8035-5.205719.1185
CIE-Lab88.7437-0.644817.3071

#ebdebe color RGB value is (235,222,190).

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

The process color (four color CMYK) of #ebdebe color hex is 0.00, 0.06, 0.19, 0.08. Web safe color of #ebdebe is #ffcccc. Color #ebdebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10111110
Octal 353 336 276
Decimal 235 222 190
Hex EB DE BE

RGB Percentages of Color #ebdebe

%36.32
%34.31
%29.37

CMYK Percentages of Color #ebdebe

%0
%6
%19
%8

Triadic Colors of #ebdebe

#ebdebe #beebde #debeeb

Analogous Colors of #ebdebe

#ebdebe #e2ebbe #ebc8be

Monochromatic Colors of #ebdebe

#ebdebe

Complementary Color

#ebdebe #becbeb

#ebdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdebe Color CSS Codes

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

#ebdebe Text Font Color

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

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


#ebdebe Background Color

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

This div background color is #ebdebe


#ebdebe Border Color

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

This div border color is #ebdebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdebe


Comments

No comments written yet.

Please login to write comment.