Color Hex Logo

#ebc280 Color Hex

#EBC280
(235,194,128)
0 Favorites   0 Comments

Color spaces of #ebc280

RGB 235194128
HSL0.100.730.71
HSV37°46°92°
CMYK 0.000.170.46   0.08
XYZ57.449057.804328.5515
Yxy57.80430.39950.4020
Hunter Lab76.02911.826930.9550
CIE-Lab80.62996.243038.5905

#ebc280 color RGB value is (235,194,128).

#ebc280 hex color red value is 235, green value is 194 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ebc280 hue: 0.10 , saturation: 0.73 and the lightness value of ebc280 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10000000
Octal 353 302 200
Decimal 235 194 128
Hex EB C2 80

RGB Percentages of Color #ebc280

%42.19
%34.83
%22.98

CMYK Percentages of Color #ebc280

%0
%17
%46
%8

Triadic Colors of #ebc280

#ebc280 #80ebc2 #c280eb

Analogous Colors of #ebc280

#ebc280 #dfeb80 #eb8d80

Monochromatic Colors of #ebc280

#ebc280

Complementary Color

#ebc280 #80a9eb

#ebc280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc280 Color CSS Codes

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

#ebc280 Text Font Color

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

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


#ebc280 Background Color

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

This div background color is #ebc280


#ebc280 Border Color

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

This div border color is #ebc280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc280


Comments

No comments written yet.

Please login to write comment.