Color Hex Logo

#ebd66e Color Hex

#EBD66E
(235,214,110)
0 Favorites   0 Comments

Color spaces of #ebd66e

RGB 235214110
HSL0.140.760.68
HSV50°53°92°
CMYK 0.000.090.53   0.08
XYZ61.122066.881124.4397
Yxy66.88110.40100.4387
Hunter Lab81.7809-9.707839.5282
CIE-Lab85.4439-5.682953.3569

#ebd66e color RGB value is (235,214,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01101110
Octal 353 326 156
Decimal 235 214 110
Hex EB D6 6E

RGB Percentages of Color #ebd66e

%42.04
%38.28
%19.68

CMYK Percentages of Color #ebd66e

%0
%9
%53
%8

Triadic Colors of #ebd66e

#ebd66e #6eebd6 #d66eeb

Analogous Colors of #ebd66e

#ebd66e #c2eb6e #eb986e

Monochromatic Colors of #ebd66e

#ebd66e

Complementary Color

#ebd66e #6e83eb

#ebd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd66e Color CSS Codes

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

#ebd66e Text Font Color

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

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


#ebd66e Background Color

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

This div background color is #ebd66e


#ebd66e Border Color

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

This div border color is #ebd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd66e


Comments

No comments written yet.

Please login to write comment.