Color Hex Logo

#ebe079 Color Hex

#EBE079
(235,224,121)
0 Favorites   0 Comments

Color spaces of #ebe079

RGB 235224121
HSL0.150.740.70
HSV54°49°92°
CMYK 0.000.050.49   0.08
XYZ64.367872.354028.6623
Yxy72.35400.38920.4375
Hunter Lab85.0612-13.781839.5644
CIE-Lab88.1387-9.790651.3714

#ebe079 color RGB value is (235,224,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01111001
Octal 353 340 171
Decimal 235 224 121
Hex EB E0 79

RGB Percentages of Color #ebe079

%40.52
%38.62
%20.86

CMYK Percentages of Color #ebe079

%0
%5
%49
%8

Triadic Colors of #ebe079

#ebe079 #79ebe0 #e079eb

Analogous Colors of #ebe079

#ebe079 #bdeb79 #eba779

Monochromatic Colors of #ebe079

#ebe079

Complementary Color

#ebe079 #7984eb

#ebe079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe079 Color CSS Codes

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

#ebe079 Text Font Color

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

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


#ebe079 Background Color

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

This div background color is #ebe079


#ebe079 Border Color

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

This div border color is #ebe079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe079

#ebe079 Color Palettes


Comments

No comments written yet.

Please login to write comment.