Color Hex Logo

#ebe84e Color Hex

#EBE84E
(235,232,78)
0 Favorites   0 Comments

Color spaces of #ebe84e

RGB 23523278
HSL0.160.800.61
HSV59°67°92°
CMYK 0.000.010.67   0.08
XYZ64.492775.925518.4637
Yxy75.92550.40590.4779
Hunter Lab87.1352-20.370848.4313
CIE-Lab89.8247-16.774271.7560

#ebe84e color RGB value is (235,232,78).

#ebe84e hex color red value is 235, green value is 232 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebe84e hue: 0.16 , saturation: 0.80 and the lightness value of ebe84e is 0.61.

The process color (four color CMYK) of #ebe84e color hex is 0.00, 0.01, 0.67, 0.08. Web safe color of #ebe84e is #ffff66. Color #ebe84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 01001110
Octal 353 350 116
Decimal 235 232 78
Hex EB E8 4E

RGB Percentages of Color #ebe84e

%43.12
%42.57
%14.31

CMYK Percentages of Color #ebe84e

%0
%1
%67
%8

Triadic Colors of #ebe84e

#ebe84e #4eebe8 #e84eeb

Analogous Colors of #ebe84e

#ebe84e #a0eb4e #eb9a4e

Monochromatic Colors of #ebe84e

#ebe84e

Complementary Color

#ebe84e #4e51eb

#ebe84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe84e Color CSS Codes

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

#ebe84e Text Font Color

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

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


#ebe84e Background Color

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

This div background color is #ebe84e


#ebe84e Border Color

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

This div border color is #ebe84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe84e


Comments

No comments written yet.

Please login to write comment.