Color Hex Logo

#ebe65e Color Hex

#EBE65E
(235,230,94)
0 Favorites   0 Comments

Color spaces of #ebe65e

RGB 23523094
HSL0.160.780.65
HSV58°60°92°
CMYK 0.000.020.60   0.08
XYZ64.578175.063921.6748
Yxy75.06390.40030.4653
Hunter Lab86.6394-18.571145.8149
CIE-Lab89.4229-14.848364.9855

#ebe65e color RGB value is (235,230,94).

#ebe65e hex color red value is 235, green value is 230 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ebe65e hue: 0.16 , saturation: 0.78 and the lightness value of ebe65e is 0.65.

The process color (four color CMYK) of #ebe65e color hex is 0.00, 0.02, 0.60, 0.08. Web safe color of #ebe65e is #ffff66. Color #ebe65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01011110
Octal 353 346 136
Decimal 235 230 94
Hex EB E6 5E

RGB Percentages of Color #ebe65e

%42.04
%41.14
%16.82

CMYK Percentages of Color #ebe65e

%0
%2
%60
%8

Triadic Colors of #ebe65e

#ebe65e #5eebe6 #e65eeb

Analogous Colors of #ebe65e

#ebe65e #aaeb5e #eba05e

Monochromatic Colors of #ebe65e

#ebe65e

Complementary Color

#ebe65e #5e63eb

#ebe65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe65e Color CSS Codes

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

#ebe65e Text Font Color

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

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


#ebe65e Background Color

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

This div background color is #ebe65e


#ebe65e Border Color

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

This div border color is #ebe65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe65e


Comments

No comments written yet.

Please login to write comment.