Color Hex Logo

#ebd65e Color Hex

#EBD65E
(235,214,94)
0 Favorites   0 Comments

Color spaces of #ebd65e

RGB 23521494
HSL0.140.780.65
HSV51°60°92°
CMYK 0.000.090.60   0.08
XYZ60.327966.563520.2581
Yxy66.56350.41000.4524
Hunter Lab81.5865-10.787142.3887
CIE-Lab85.2830-6.866960.4496

#ebd65e color RGB value is (235,214,94).

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

The process color (four color CMYK) of #ebd65e color hex is 0.00, 0.09, 0.60, 0.08. Web safe color of #ebd65e is #ffcc66. Color #ebd65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01011110
Octal 353 326 136
Decimal 235 214 94
Hex EB D6 5E

RGB Percentages of Color #ebd65e

%43.28
%39.41
%17.31

CMYK Percentages of Color #ebd65e

%0
%9
%60
%8

Triadic Colors of #ebd65e

#ebd65e #5eebd6 #d65eeb

Analogous Colors of #ebd65e

#ebd65e #baeb5e #eb905e

Monochromatic Colors of #ebd65e

#ebd65e

Complementary Color

#ebd65e #5e73eb

#ebd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd65e Color CSS Codes

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

#ebd65e Text Font Color

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

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


#ebd65e Background Color

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

This div background color is #ebd65e


#ebd65e Border Color

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

This div border color is #ebd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd65e


Comments

No comments written yet.

Please login to write comment.