Color Hex Logo

#ebdecf Color Hex

#EBDECF
(235,222,207)
0 Favorites   0 Comments

Color spaces of #ebdecf

RGB 235222207
HSL0.090.410.87
HSV32°12°92°
CMYK 0.000.060.12   0.08
XYZ71.644774.409769.6179
Yxy74.40970.33220.3450
Hunter Lab86.2611-2.702512.5321
CIE-Lab89.11581.95728.9347

#ebdecf color RGB value is (235,222,207).

#ebdecf hex color red value is 235, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebdecf hue: 0.09 , saturation: 0.41 and the lightness value of ebdecf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11001111
Octal 353 336 317
Decimal 235 222 207
Hex EB DE CF

RGB Percentages of Color #ebdecf

%35.39
%33.43
%31.17

CMYK Percentages of Color #ebdecf

%0
%6
%12
%8

Triadic Colors of #ebdecf

#ebdecf #cfebde #decfeb

Analogous Colors of #ebdecf

#ebdecf #eaebcf #ebd0cf

Monochromatic Colors of #ebdecf

#ebdecf

Complementary Color

#ebdecf #cfdceb

#ebdecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdecf Color CSS Codes

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

#ebdecf Text Font Color

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

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


#ebdecf Background Color

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

This div background color is #ebdecf


#ebdecf Border Color

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

This div border color is #ebdecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdecf


Comments

No comments written yet.

Please login to write comment.