Color Hex Logo

#ebd64c Color Hex

#EBD64C
(235,214,76)
0 Favorites   0 Comments

Color spaces of #ebd64c

RGB 23521476
HSL0.140.800.61
HSV52°68°92°
CMYK 0.000.090.68   0.08
XYZ59.612066.277116.4883
Yxy66.27710.41870.4655
Hunter Lab81.4107-11.764444.9794
CIE-Lab85.1376-7.946367.7723

#ebd64c color RGB value is (235,214,76).

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

The process color (four color CMYK) of #ebd64c color hex is 0.00, 0.09, 0.68, 0.08. Web safe color of #ebd64c is #ffcc33. Color #ebd64c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01001100
Octal 353 326 114
Decimal 235 214 76
Hex EB D6 4C

RGB Percentages of Color #ebd64c

%44.76
%40.76
%14.48

CMYK Percentages of Color #ebd64c

%0
%9
%68
%8

Triadic Colors of #ebd64c

#ebd64c #4cebd6 #d64ceb

Analogous Colors of #ebd64c

#ebd64c #b1eb4c #eb874c

Monochromatic Colors of #ebd64c

#ebd64c

Complementary Color

#ebd64c #4c61eb

#ebd64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd64c Color CSS Codes

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

#ebd64c Text Font Color

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

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


#ebd64c Background Color

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

This div background color is #ebd64c


#ebd64c Border Color

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

This div border color is #ebd64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd64c


Comments

No comments written yet.

Please login to write comment.