Color Hex Logo

#ebc884 Color Hex

#EBC884
(235,200,132)
0 Favorites   0 Comments

Color spaces of #ebc884

RGB 235200132
HSL0.110.720.72
HSV40°44°92°
CMYK 0.000.150.44   0.08
XYZ59.080160.636730.4200
Yxy60.63670.39350.4039
Hunter Lab77.8696-0.842831.3469
CIE-Lab82.18303.511938.5347

#ebc884 color RGB value is (235,200,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 10000100
Octal 353 310 204
Decimal 235 200 132
Hex EB C8 84

RGB Percentages of Color #ebc884

%41.45
%35.27
%23.28

CMYK Percentages of Color #ebc884

%0
%15
%44
%8

Triadic Colors of #ebc884

#ebc884 #84ebc8 #c884eb

Analogous Colors of #ebc884

#ebc884 #dbeb84 #eb9584

Monochromatic Colors of #ebc884

#ebc884

Complementary Color

#ebc884 #84a7eb

#ebc884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc884 Color CSS Codes

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

#ebc884 Text Font Color

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

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


#ebc884 Background Color

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

This div background color is #ebc884


#ebc884 Border Color

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

This div border color is #ebc884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc884


Comments

No comments written yet.

Please login to write comment.