Color Hex Logo

#ebd71e Color Hex

#EBD71E
(235,215,30)
0 Favorites   0 Comments

Color spaces of #ebd71e

RGB 23521530
HSL0.150.840.52
HSV54°87°92°
CMYK 0.000.090.87   0.08
XYZ58.795766.356810.9376
Yxy66.35680.43200.4876
Hunter Lab81.4597-13.717349.0609
CIE-Lab85.1781-10.083681.4733

#ebd71e color RGB value is (235,215,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 00011110
Octal 353 327 36
Decimal 235 215 30
Hex EB D7 1E

RGB Percentages of Color #ebd71e

%48.96
%44.79
%6.25

CMYK Percentages of Color #ebd71e

%0
%9
%87
%8

Triadic Colors of #ebd71e

#ebd71e #1eebd7 #d71eeb

Analogous Colors of #ebd71e

#ebd71e #99eb1e #eb711e

Monochromatic Colors of #ebd71e

#ebd71e

Complementary Color

#ebd71e #1e32eb

#ebd71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd71e Color CSS Codes

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

#ebd71e Text Font Color

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

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


#ebd71e Background Color

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

This div background color is #ebd71e


#ebd71e Border Color

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

This div border color is #ebd71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd71e


Comments

No comments written yet.

Please login to write comment.