Color Hex Logo

#ebdcae Color Hex

#EBDCAE
(235,220,174)
0 Favorites   0 Comments

Color spaces of #ebdcae

RGB 235220174
HSL0.130.600.80
HSV45°26°92°
CMYK 0.000.060.26   0.08
XYZ67.494171.904650.3660
Yxy71.90460.35570.3789
Hunter Lab84.7966-6.316424.1416
CIE-Lab87.9227-1.862724.5012

#ebdcae color RGB value is (235,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10101110
Octal 353 334 256
Decimal 235 220 174
Hex EB DC AE

RGB Percentages of Color #ebdcae

%37.36
%34.98
%27.66

CMYK Percentages of Color #ebdcae

%0
%6
%26
%8

Triadic Colors of #ebdcae

#ebdcae #aeebdc #dcaeeb

Analogous Colors of #ebdcae

#ebdcae #dcebae #ebbeae

Monochromatic Colors of #ebdcae

#ebdcae

Complementary Color

#ebdcae #aebdeb

#ebdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcae Color CSS Codes

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

#ebdcae Text Font Color

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

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


#ebdcae Background Color

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

This div background color is #ebdcae


#ebdcae Border Color

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

This div border color is #ebdcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,220,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 #ebdcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcae


Comments

No comments written yet.

Please login to write comment.