Color Hex Logo

#ebdedc Color Hex

#EBDEDC
(235,222,220)
0 Favorites   0 Comments

Color spaces of #ebdedc

RGB 235222220
HSL0.020.270.89
HSV92°
CMYK 0.000.060.06   0.08
XYZ73.300575.072078.3371
Yxy75.07200.32330.3311
Hunter Lab86.6441-0.61707.0453
CIE-Lab89.42674.09582.5587

#ebdedc color RGB value is (235,222,220).

#ebdedc hex color red value is 235, green value is 222 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebdedc hue: 0.02 , saturation: 0.27 and the lightness value of ebdedc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11011100
Octal 353 336 334
Decimal 235 222 220
Hex EB DE DC

RGB Percentages of Color #ebdedc

%34.71
%32.79
%32.50

CMYK Percentages of Color #ebdedc

%0
%6
%6
%8

Triadic Colors of #ebdedc

#ebdedc #dcebde #dedceb

Analogous Colors of #ebdedc

#ebdedc #ebe6dc #ebdce2

Monochromatic Colors of #ebdedc

#ebdedc

Complementary Color

#ebdedc #dce9eb

#ebdedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdedc Color CSS Codes

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

#ebdedc Text Font Color

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

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


#ebdedc Background Color

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

This div background color is #ebdedc


#ebdedc Border Color

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

This div border color is #ebdedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdedc


Comments

No comments written yet.

Please login to write comment.