Color Hex Logo

#ebe6dc Color Hex

#EBE6DC
(235,230,220)
0 Favorites   0 Comments

Color spaces of #ebe6dc

RGB 235230220
HSL0.110.270.89
HSV40°92°
CMYK 0.000.020.06   0.08
XYZ75.476079.423179.0623
Yxy79.42310.32260.3395
Hunter Lab89.1196-4.78669.7847
CIE-Lab91.4254-0.02715.4534

#ebe6dc color RGB value is (235,230,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 11011100
Octal 353 346 334
Decimal 235 230 220
Hex EB E6 DC

RGB Percentages of Color #ebe6dc

%34.31
%33.58
%32.12

CMYK Percentages of Color #ebe6dc

%0
%2
%6
%8

Triadic Colors of #ebe6dc

#ebe6dc #dcebe6 #e6dceb

Analogous Colors of #ebe6dc

#ebe6dc #e9ebdc #ebdfdc

Monochromatic Colors of #ebe6dc

#ebe6dc

Complementary Color

#ebe6dc #dce1eb

#ebe6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe6dc Color CSS Codes

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

#ebe6dc Text Font Color

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

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


#ebe6dc Background Color

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

This div background color is #ebe6dc


#ebe6dc Border Color

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

This div border color is #ebe6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe6dc


Comments

No comments written yet.

Please login to write comment.