Color Hex Logo

#ebdacc Color Hex

#EBDACC
(235,218,204)
0 Favorites   0 Comments

Color spaces of #ebdacc

RGB 235218204
HSL0.080.440.86
HSV27°13°92°
CMYK 0.000.070.13   0.08
XYZ70.231472.164667.3543
Yxy72.16460.33480.3441
Hunter Lab84.9497-1.088912.4554
CIE-Lab88.04783.54878.9814

#ebdacc color RGB value is (235,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11001100
Octal 353 332 314
Decimal 235 218 204
Hex EB DA CC

RGB Percentages of Color #ebdacc

%35.77
%33.18
%31.05

CMYK Percentages of Color #ebdacc

%0
%7
%13
%8

Triadic Colors of #ebdacc

#ebdacc #ccebda #dacceb

Analogous Colors of #ebdacc

#ebdacc #ebeacc #ebccce

Monochromatic Colors of #ebdacc

#ebdacc

Complementary Color

#ebdacc #ccddeb

#ebdacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdacc Color CSS Codes

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

#ebdacc Text Font Color

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

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


#ebdacc Background Color

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

This div background color is #ebdacc


#ebdacc Border Color

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

This div border color is #ebdacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdacc

#ebdacc Color Palettes


Comments

No comments written yet.

Please login to write comment.