Color Hex Logo

#ebc879 Color Hex

#EBC879
(235,200,121)
0 Favorites   0 Comments

Color spaces of #ebc879

RGB 235200121
HSL0.120.740.70
HSV42°49°92°
CMYK 0.000.150.49   0.08
XYZ58.366460.351226.6619
Yxy60.35120.40150.4151
Hunter Lab77.6860-1.841534.0319
CIE-Lab82.02872.451943.8911

#ebc879 color RGB value is (235,200,121).

#ebc879 hex color red value is 235, green value is 200 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ebc879 hue: 0.12 , saturation: 0.74 and the lightness value of ebc879 is 0.70.

The process color (four color CMYK) of #ebc879 color hex is 0.00, 0.15, 0.49, 0.08. Web safe color of #ebc879 is #ffcc66. Color #ebc879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 01111001
Octal 353 310 171
Decimal 235 200 121
Hex EB C8 79

RGB Percentages of Color #ebc879

%42.27
%35.97
%21.76

CMYK Percentages of Color #ebc879

%0
%15
%49
%8

Triadic Colors of #ebc879

#ebc879 #79ebc8 #c879eb

Analogous Colors of #ebc879

#ebc879 #d5eb79 #eb8f79

Monochromatic Colors of #ebc879

#ebc879

Complementary Color

#ebc879 #799ceb

#ebc879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc879 Color CSS Codes

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

#ebc879 Text Font Color

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

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


#ebc879 Background Color

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

This div background color is #ebc879


#ebc879 Border Color

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

This div border color is #ebc879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc879


Comments

No comments written yet.

Please login to write comment.