Color Hex Logo

#ebd884 Color Hex

#EBD884
(235,216,132)
0 Favorites   0 Comments

Color spaces of #ebd884

RGB 235216132
HSL0.140.720.72
HSV49°44°92°
CMYK 0.000.080.44   0.08
XYZ62.981768.439831.7205
Yxy68.43980.38610.4195
Hunter Lab82.7284-8.881335.1763
CIE-Lab86.2259-4.720343.6679

#ebd884 color RGB value is (235,216,132).

#ebd884 hex color red value is 235, green value is 216 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ebd884 hue: 0.14 , saturation: 0.72 and the lightness value of ebd884 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10000100
Octal 353 330 204
Decimal 235 216 132
Hex EB D8 84

RGB Percentages of Color #ebd884

%40.31
%37.05
%22.64

CMYK Percentages of Color #ebd884

%0
%8
%44
%8

Triadic Colors of #ebd884

#ebd884 #84ebd8 #d884eb

Analogous Colors of #ebd884

#ebd884 #cbeb84 #eba584

Monochromatic Colors of #ebd884

#ebd884

Complementary Color

#ebd884 #8497eb

#ebd884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd884 Color CSS Codes

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

#ebd884 Text Font Color

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

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


#ebd884 Background Color

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

This div background color is #ebd884


#ebd884 Border Color

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

This div border color is #ebd884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd884


Comments

No comments written yet.

Please login to write comment.