Color Hex Logo

#ebceae Color Hex

#EBCEAE
(235,206,174)
0 Favorites   0 Comments

Color spaces of #ebceae

RGB 235206174
HSL0.090.600.80
HSV31°26°92°
CMYK 0.000.120.26   0.08
XYZ63.972264.860849.1921
Yxy64.86080.35930.3643
Hunter Lab80.53620.849320.1606
CIE-Lab84.41205.371619.6594

#ebceae color RGB value is (235,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 10101110
Octal 353 316 256
Decimal 235 206 174
Hex EB CE AE

RGB Percentages of Color #ebceae

%38.21
%33.50
%28.29

CMYK Percentages of Color #ebceae

%0
%12
%26
%8

Triadic Colors of #ebceae

#ebceae #aeebce #ceaeeb

Analogous Colors of #ebceae

#ebceae #eaebae #ebb0ae

Monochromatic Colors of #ebceae

#ebceae

Complementary Color

#ebceae #aecbeb

#ebceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebceae Color CSS Codes

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

#ebceae Text Font Color

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

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


#ebceae Background Color

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

This div background color is #ebceae


#ebceae Border Color

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

This div border color is #ebceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebceae

#ebceae Color Palettes


Comments

No comments written yet.

Please login to write comment.