Color Hex Logo

#ebd1ae Color Hex

#EBD1AE
(235,209,174)
0 Favorites   0 Comments

Color spaces of #ebd1ae

RGB 235209174
HSL0.100.600.80
HSV34°26°92°
CMYK 0.000.110.26   0.08
XYZ64.701466.319149.4351
Yxy66.31910.35850.3675
Hunter Lab81.4365-0.695521.0143
CIE-Lab85.15893.810520.6950

#ebd1ae color RGB value is (235,209,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 10101110
Octal 353 321 256
Decimal 235 209 174
Hex EB D1 AE

RGB Percentages of Color #ebd1ae

%38.03
%33.82
%28.16

CMYK Percentages of Color #ebd1ae

%0
%11
%26
%8

Triadic Colors of #ebd1ae

#ebd1ae #aeebd1 #d1aeeb

Analogous Colors of #ebd1ae

#ebd1ae #e7ebae #ebb3ae

Monochromatic Colors of #ebd1ae

#ebd1ae

Complementary Color

#ebd1ae #aec8eb

#ebd1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd1ae Color CSS Codes

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

#ebd1ae Text Font Color

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

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


#ebd1ae Background Color

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

This div background color is #ebd1ae


#ebd1ae Border Color

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

This div border color is #ebd1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd1ae


Comments

No comments written yet.

Please login to write comment.