Color Hex Logo

#ebcdac Color Hex

#EBCDAC
(235,205,172)
0 Favorites   0 Comments

Color spaces of #ebcdac

RGB 235205172
HSL0.090.610.80
HSV31°27°92°
CMYK 0.000.130.27   0.08
XYZ63.538764.303448.0927
Yxy64.30340.36110.3655
Hunter Lab80.18941.104420.5741
CIE-Lab84.12355.623020.3139

#ebcdac color RGB value is (235,205,172).

#ebcdac hex color red value is 235, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebcdac hue: 0.09 , saturation: 0.61 and the lightness value of ebcdac is 0.80.

The process color (four color CMYK) of #ebcdac color hex is 0.00, 0.13, 0.27, 0.08. Web safe color of #ebcdac is #ffcc99. Color #ebcdac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 10101100
Octal 353 315 254
Decimal 235 205 172
Hex EB CD AC

RGB Percentages of Color #ebcdac

%38.40
%33.50
%28.10

CMYK Percentages of Color #ebcdac

%0
%13
%27
%8

Triadic Colors of #ebcdac

#ebcdac #acebcd #cdaceb

Analogous Colors of #ebcdac

#ebcdac #eaebac #ebaeac

Monochromatic Colors of #ebcdac

#ebcdac

Complementary Color

#ebcdac #accaeb

#ebcdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdac Color CSS Codes

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

#ebcdac Text Font Color

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

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


#ebcdac Background Color

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

This div background color is #ebcdac


#ebcdac Border Color

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

This div border color is #ebcdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdac


Comments

No comments written yet.

Please login to write comment.