Color Hex Logo

#ebd2ae Color Hex

#EBD2AE
(235,210,174)
0 Favorites   0 Comments

Color spaces of #ebd2ae

RGB 235210174
HSL0.100.600.80
HSV35°26°92°
CMYK 0.000.110.26   0.08
XYZ64.947566.811349.5172
Yxy66.81130.35830.3686
Hunter Lab81.7382-1.209321.2987
CIE-Lab85.40863.291521.0403

#ebd2ae color RGB value is (235,210,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 10101110
Octal 353 322 256
Decimal 235 210 174
Hex EB D2 AE

RGB Percentages of Color #ebd2ae

%37.96
%33.93
%28.11

CMYK Percentages of Color #ebd2ae

%0
%11
%26
%8

Triadic Colors of #ebd2ae

#ebd2ae #aeebd2 #d2aeeb

Analogous Colors of #ebd2ae

#ebd2ae #e6ebae #ebb4ae

Monochromatic Colors of #ebd2ae

#ebd2ae

Complementary Color

#ebd2ae #aec7eb

#ebd2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2ae Color CSS Codes

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

#ebd2ae Text Font Color

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

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


#ebd2ae Background Color

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

This div background color is #ebd2ae


#ebd2ae Border Color

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

This div border color is #ebd2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2ae


Comments

No comments written yet.

Please login to write comment.