Color Hex Logo

#ebd74f Color Hex

#EBD74F
(235,215,79)
0 Favorites   0 Comments

Color spaces of #ebd74f

RGB 23521579
HSL0.150.800.62
HSV52°66°92°
CMYK 0.000.090.66   0.08
XYZ59.972766.827617.1352
Yxy66.82760.41670.4643
Hunter Lab81.7481-12.106744.7959
CIE-Lab85.4168-8.288566.8775

#ebd74f color RGB value is (235,215,79).

#ebd74f hex color red value is 235, green value is 215 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebd74f hue: 0.15 , saturation: 0.80 and the lightness value of ebd74f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01001111
Octal 353 327 117
Decimal 235 215 79
Hex EB D7 4F

RGB Percentages of Color #ebd74f

%44.42
%40.64
%14.93

CMYK Percentages of Color #ebd74f

%0
%9
%66
%8

Triadic Colors of #ebd74f

#ebd74f #4febd7 #d74feb

Analogous Colors of #ebd74f

#ebd74f #b1eb4f #eb894f

Monochromatic Colors of #ebd74f

#ebd74f

Complementary Color

#ebd74f #4f63eb

#ebd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd74f Color CSS Codes

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

#ebd74f Text Font Color

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

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


#ebd74f Background Color

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

This div background color is #ebd74f


#ebd74f Border Color

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

This div border color is #ebd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd74f


Comments

No comments written yet.

Please login to write comment.