Color Hex Logo

#ebd116 Color Hex

#EBD116
(235,209,22)
0 Favorites   0 Comments

Color spaces of #ebd116

RGB 23520922
HSL0.150.840.50
HSV53°91°92°
CMYK 0.000.110.91   0.08
XYZ57.206263.32109.9661
Yxy63.32100.43840.4852
Hunter Lab79.5745-10.931548.2765
CIE-Lab83.6110-7.203181.6098

#ebd116 color RGB value is (235,209,22).

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

The process color (four color CMYK) of #ebd116 color hex is 0.00, 0.11, 0.91, 0.08. Web safe color of #ebd116 is #ffcc00. Color #ebd116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00010110
Octal 353 321 26
Decimal 235 209 22
Hex EB D1 16

RGB Percentages of Color #ebd116

%50.43
%44.85
%4.72

CMYK Percentages of Color #ebd116

%0
%11
%91
%8

Triadic Colors of #ebd116

#ebd116 #16ebd1 #d116eb

Analogous Colors of #ebd116

#ebd116 #9beb16 #eb6716

Monochromatic Colors of #ebd116

#ebd116

Complementary Color

#ebd116 #1630eb

#ebd116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd116 Color CSS Codes

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

#ebd116 Text Font Color

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

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


#ebd116 Background Color

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

This div background color is #ebd116


#ebd116 Border Color

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

This div border color is #ebd116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd116


Comments

No comments written yet.

Please login to write comment.