Color Hex Logo

#ebc880 Color Hex

#EBC880
(235,200,128)
0 Favorites   0 Comments

Color spaces of #ebc880

RGB 235200128
HSL0.110.730.71
HSV40°46°92°
CMYK 0.000.150.46   0.08
XYZ58.811560.529229.0057
Yxy60.52920.39640.4080
Hunter Lab77.8005-1.218032.3558
CIE-Lab82.12503.114540.4931

#ebc880 color RGB value is (235,200,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 10000000
Octal 353 310 200
Decimal 235 200 128
Hex EB C8 80

RGB Percentages of Color #ebc880

%41.74
%35.52
%22.74

CMYK Percentages of Color #ebc880

%0
%15
%46
%8

Triadic Colors of #ebc880

#ebc880 #80ebc8 #c880eb

Analogous Colors of #ebc880

#ebc880 #d9eb80 #eb9380

Monochromatic Colors of #ebc880

#ebc880

Complementary Color

#ebc880 #80a3eb

#ebc880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc880 Color CSS Codes

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

#ebc880 Text Font Color

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

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


#ebc880 Background Color

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

This div background color is #ebc880


#ebc880 Border Color

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

This div border color is #ebc880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc880


Comments

No comments written yet.

Please login to write comment.