Color Hex Logo

#ebceaa Color Hex

#EBCEAA
(235,206,170)
0 Favorites   0 Comments

Color spaces of #ebceaa

RGB 235206170
HSL0.090.620.79
HSV33°28°92°
CMYK 0.000.120.28   0.08
XYZ63.588064.707147.1685
Yxy64.70710.36240.3688
Hunter Lab80.44070.332121.5423
CIE-Lab84.33264.834821.6564

#ebceaa color RGB value is (235,206,170).

#ebceaa hex color red value is 235, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebceaa hue: 0.09 , saturation: 0.62 and the lightness value of ebceaa is 0.79.

The process color (four color CMYK) of #ebceaa color hex is 0.00, 0.12, 0.28, 0.08. Web safe color of #ebceaa is #ffcc99. Color #ebceaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 10101010
Octal 353 316 252
Decimal 235 206 170
Hex EB CE AA

RGB Percentages of Color #ebceaa

%38.46
%33.72
%27.82

CMYK Percentages of Color #ebceaa

%0
%12
%28
%8

Triadic Colors of #ebceaa

#ebceaa #aaebce #ceaaeb

Analogous Colors of #ebceaa

#ebceaa #e8ebaa #ebaeaa

Monochromatic Colors of #ebceaa

#ebceaa

Complementary Color

#ebceaa #aac7eb

#ebceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebceaa Color CSS Codes

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

#ebceaa Text Font Color

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

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


#ebceaa Background Color

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

This div background color is #ebceaa


#ebceaa Border Color

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

This div border color is #ebceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebceaa


Comments

No comments written yet.

Please login to write comment.