Color Hex Logo

#ebcea9 Color Hex

#EBCEA9
(235,206,169)
0 Favorites   0 Comments

Color spaces of #ebcea9

RGB 235206169
HSL0.090.620.79
HSV34°28°92°
CMYK 0.000.120.28   0.08
XYZ63.493764.669446.6721
Yxy64.66940.36320.3699
Hunter Lab80.41730.204921.8817
CIE-Lab84.31314.702522.1555

#ebcea9 color RGB value is (235,206,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 10101001
Octal 353 316 251
Decimal 235 206 169
Hex EB CE A9

RGB Percentages of Color #ebcea9

%38.52
%33.77
%27.70

CMYK Percentages of Color #ebcea9

%0
%12
%28
%8

Triadic Colors of #ebcea9

#ebcea9 #a9ebce #cea9eb

Analogous Colors of #ebcea9

#ebcea9 #e7eba9 #ebada9

Monochromatic Colors of #ebcea9

#ebcea9

Complementary Color

#ebcea9 #a9c6eb

#ebcea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcea9 Color CSS Codes

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

#ebcea9 Text Font Color

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

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


#ebcea9 Background Color

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

This div background color is #ebcea9


#ebcea9 Border Color

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

This div border color is #ebcea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcea9


Comments

No comments written yet.

Please login to write comment.