Color Hex Logo

#ebc485 Color Hex

#EBC485
(235,196,133)
0 Favorites   0 Comments

Color spaces of #ebc485

RGB 235196133
HSL0.100.720.72
HSV37°43°92°
CMYK 0.000.170.43   0.08
XYZ58.234558.835530.4774
Yxy58.83550.39470.3988
Hunter Lab76.70431.286130.1349
CIE-Lab81.20115.698936.7595

#ebc485 color RGB value is (235,196,133).

#ebc485 hex color red value is 235, green value is 196 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ebc485 hue: 0.10 , saturation: 0.72 and the lightness value of ebc485 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 10000101
Octal 353 304 205
Decimal 235 196 133
Hex EB C4 85

RGB Percentages of Color #ebc485

%41.67
%34.75
%23.58

CMYK Percentages of Color #ebc485

%0
%17
%43
%8

Triadic Colors of #ebc485

#ebc485 #85ebc4 #c485eb

Analogous Colors of #ebc485

#ebc485 #dfeb85 #eb9185

Monochromatic Colors of #ebc485

#ebc485

Complementary Color

#ebc485 #85aceb

#ebc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc485 Color CSS Codes

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

#ebc485 Text Font Color

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

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


#ebc485 Background Color

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

This div background color is #ebc485


#ebc485 Border Color

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

This div border color is #ebc485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc485


Comments

No comments written yet.

Please login to write comment.