Color Hex Logo

#ebdcce Color Hex

#EBDCCE
(235,220,206)
0 Favorites   0 Comments

Color spaces of #ebdcce

RGB 235220206
HSL0.080.420.86
HSV29°12°92°
CMYK 0.000.060.12   0.08
XYZ70.994773.304868.7999
Yxy73.30480.33320.3440
Hunter Lab85.6182-1.819512.2893
CIE-Lab88.59292.83078.7107

#ebdcce color RGB value is (235,220,206).

#ebdcce hex color red value is 235, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebdcce hue: 0.08 , saturation: 0.42 and the lightness value of ebdcce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11001110
Octal 353 334 316
Decimal 235 220 206
Hex EB DC CE

RGB Percentages of Color #ebdcce

%35.55
%33.28
%31.16

CMYK Percentages of Color #ebdcce

%0
%6
%12
%8

Triadic Colors of #ebdcce

#ebdcce #ceebdc #dcceeb

Analogous Colors of #ebdcce

#ebdcce #ebebce #ebcecf

Monochromatic Colors of #ebdcce

#ebdcce

Complementary Color

#ebdcce #ceddeb

#ebdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcce Color CSS Codes

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

#ebdcce Text Font Color

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

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


#ebdcce Background Color

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

This div background color is #ebdcce


#ebdcce Border Color

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

This div border color is #ebdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcce


Comments

No comments written yet.

Please login to write comment.