Color Hex Logo

#ebd764 Color Hex

#EBD764
(235,215,100)
0 Favorites   0 Comments

Color spaces of #ebd764

RGB 235215100
HSL0.140.770.66
HSV51°57°92°
CMYK 0.000.090.57   0.08
XYZ60.861667.183121.8165
Yxy67.18310.40610.4483
Hunter Lab81.9653-10.897941.5946
CIE-Lab85.5963-6.953858.1340

#ebd764 color RGB value is (235,215,100).

#ebd764 hex color red value is 235, green value is 215 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ebd764 hue: 0.14 , saturation: 0.77 and the lightness value of ebd764 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01100100
Octal 353 327 144
Decimal 235 215 100
Hex EB D7 64

RGB Percentages of Color #ebd764

%42.73
%39.09
%18.18

CMYK Percentages of Color #ebd764

%0
%9
%57
%8

Triadic Colors of #ebd764

#ebd764 #64ebd7 #d764eb

Analogous Colors of #ebd764

#ebd764 #bceb64 #eb9464

Monochromatic Colors of #ebd764

#ebd764

Complementary Color

#ebd764 #6478eb

#ebd764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd764 Color CSS Codes

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

#ebd764 Text Font Color

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

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


#ebd764 Background Color

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

This div background color is #ebd764


#ebd764 Border Color

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

This div border color is #ebd764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd764


Comments

No comments written yet.

Please login to write comment.